Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274547
b: refs/heads/master
c: 5d4a357
h: refs/heads/master
i:
  274545: 40572e6
  274543: 580dbe3
v: v3
  • Loading branch information
Paul Gortmaker committed Oct 31, 2011
1 parent f963883 commit d574186
Show file tree
Hide file tree
Showing 5 changed files with 5 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: 4e36dd331423fce1f996d93b991453a1a702ca5c
refs/heads/master: 5d4a357d8f5e07868a90071f328fec73036e9628
1 change: 1 addition & 0 deletions trunk/drivers/mfd/asic3.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <linux/delay.h>
#include <linux/irq.h>
#include <linux/gpio.h>
#include <linux/export.h>
#include <linux/io.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/mfd/pcf50633-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <linux/interrupt.h>
#include <linux/kernel.h>
#include <linux/mutex.h>
#include <linux/export.h>
#include <linux/slab.h>

#include <linux/mfd/pcf50633/core.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/mfd/tmio_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* published by the Free Software Foundation.
*/

#include <linux/export.h>
#include <linux/mfd/tmio.h>

int tmio_core_mmc_enable(void __iomem *cnf, int shift, unsigned long base)
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/mfd/twl6030-irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
*/

#include <linux/init.h>
#include <linux/export.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/kthread.h>
Expand Down

0 comments on commit d574186

Please sign in to comment.