Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164819
b: refs/heads/master
c: d120c17
h: refs/heads/master
i:
  164817: fc0f45e
  164815: 9c7c23a
v: v3
  • Loading branch information
H Hartley Sweeten authored and Linus Torvalds committed Sep 23, 2009
1 parent 8a7aafe commit bf11f34
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 61e0671c6740273663f35357987a2f7aa27479ca
refs/heads/master: d120c17faeb391f5b4b99af8b1e190619934ecdd
3 changes: 1 addition & 2 deletions trunk/drivers/gpio/bt8xxgpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/spinlock.h>

#include <asm/gpio.h>
#include <linux/gpio.h>

/* Steal the hardware definitions from the bttv driver. */
#include "../media/video/bt8xx/bt848.h"
Expand Down
4 changes: 1 addition & 3 deletions trunk/drivers/gpio/mcp23s08.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
#include <linux/device.h>
#include <linux/workqueue.h>
#include <linux/mutex.h>

#include <linux/gpio.h>
#include <linux/spi/spi.h>
#include <linux/spi/mcp23s08.h>

#include <asm/gpio.h>


/* Registers are all 8 bits wide.
*
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/gpio/pca953x.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@

#include <linux/module.h>
#include <linux/init.h>
#include <linux/gpio.h>
#include <linux/i2c.h>
#include <linux/i2c/pca953x.h>
#ifdef CONFIG_OF_GPIO
#include <linux/of_platform.h>
#include <linux/of_gpio.h>
#endif

#include <asm/gpio.h>

#define PCA953X_INPUT 0
#define PCA953X_OUTPUT 1
#define PCA953X_INVERT 2
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/gpio/pcf857x.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@

#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/gpio.h>
#include <linux/i2c.h>
#include <linux/i2c/pcf857x.h>

#include <asm/gpio.h>


static const struct i2c_device_id pcf857x_id[] = {
{ "pcf8574", 8 },
Expand Down

0 comments on commit bf11f34

Please sign in to comment.