Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274487
b: refs/heads/master
c: 93cf5d7
h: refs/heads/master
i:
  274485: 9e0da1e
  274483: 54345dd
  274479: 60fce94
v: v3
  • Loading branch information
Paul Gortmaker committed Oct 31, 2011
1 parent ebc2844 commit d8e1e20
Show file tree
Hide file tree
Showing 4 changed files with 4 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: 345df5126e5cf46c8ddf2ec491f1d6e17e29e645
refs/heads/master: 93cf5d75b9d0b703ca8f4f8f98303ad77ab20d26
1 change: 1 addition & 0 deletions trunk/drivers/i2c/busses/i2c-pxa-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* It does not support slave mode, the register slightly moved. This PCI
* device provides three bars, every contains a single I2C controller.
*/
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/platform_device.h>
#include <linux/i2c/pxa-i2c.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/i2c/busses/i2c-sh7760.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/io.h>
#include <linux/module.h>

#include <asm/clock.h>
#include <asm/i2c-sh7760.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/i2c/busses/i2c-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <linux/slab.h>
#include <linux/i2c-tegra.h>
#include <linux/of_i2c.h>
#include <linux/module.h>

#include <asm/unaligned.h>

Expand Down

0 comments on commit d8e1e20

Please sign in to comment.