Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274527
b: refs/heads/master
c: eb12a67
h: refs/heads/master
i:
  274525: b183249
  274523: bb705a3
  274519: 7b0d0c3
  274511: abcaba6
  274495: a1c156f
v: v3
  • Loading branch information
Paul Gortmaker committed Oct 31, 2011
1 parent 3fce2f8 commit be707ea
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 314ef9cb52d8543821cdfd34decd696cd4139a68
refs/heads/master: eb12a679b242c03b9eaa38a67cae9fa3e17ddea6
1 change: 1 addition & 0 deletions trunk/drivers/misc/ab8500-pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <linux/pwm.h>
#include <linux/mfd/ab8500.h>
#include <linux/mfd/abx500.h>
#include <linux/module.h>

/*
* PWM Out generators
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/misc/atmel-ssc.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <linux/spinlock.h>
#include <linux/atmel-ssc.h>
#include <linux/slab.h>
#include <linux/module.h>

/* Serialize access to ssc_list and user count */
static DEFINE_SPINLOCK(user_lock);
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/misc/bh1780gli.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <linux/mutex.h>
#include <linux/platform_device.h>
#include <linux/delay.h>
#include <linux/module.h>

#define BH1780_REG_CONTROL 0x80
#define BH1780_REG_PARTID 0x8A
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/misc/kgdbts.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
#include <linux/nmi.h>
#include <linux/delay.h>
#include <linux/kthread.h>
#include <linux/module.h>

#define v1printk(a...) do { \
if (verbose) \
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/misc/ti-st/st_kim.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

#include <linux/skbuff.h>
#include <linux/ti_wilink_st.h>
#include <linux/module.h>


#define MAX_ST_DEVICES 3 /* Imagine 1 on each UART for now */
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/misc/tifm_7xx1.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#include <linux/tifm.h>
#include <linux/dma-mapping.h>
#include <linux/module.h>

#define DRIVER_NAME "tifm_7xx1"
#define DRIVER_VERSION "0.8"
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/misc/tifm_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/idr.h>
#include <linux/module.h>

#define DRIVER_NAME "tifm_core"
#define DRIVER_VERSION "0.8"
Expand Down

0 comments on commit be707ea

Please sign in to comment.