diff options
author | H Hartley Sweeten <hartleys@visionengravers.com> | 2009-09-22 19:46:37 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 10:39:48 -0400 |
commit | d120c17faeb391f5b4b99af8b1e190619934ecdd (patch) | |
tree | 8613dad9f9e504b57906f33650cd00c52a446414 /drivers/gpio/pcf857x.c | |
parent | 61e0671c6740273663f35357987a2f7aa27479ca (diff) |
gpio: include <linux/gpio.h> not <asm/gpio.h>
Drivers should be including <linux/gpio.h> not <asm/gpio.h>.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/gpio/pcf857x.c')
-rw-r--r-- | drivers/gpio/pcf857x.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpio/pcf857x.c b/drivers/gpio/pcf857x.c index 9525724be731..72f2449c1c87 100644 --- a/drivers/gpio/pcf857x.c +++ b/drivers/gpio/pcf857x.c | |||
@@ -20,11 +20,10 @@ | |||
20 | 20 | ||
21 | #include <linux/kernel.h> | 21 | #include <linux/kernel.h> |
22 | #include <linux/slab.h> | 22 | #include <linux/slab.h> |
23 | #include <linux/gpio.h> | ||
23 | #include <linux/i2c.h> | 24 | #include <linux/i2c.h> |
24 | #include <linux/i2c/pcf857x.h> | 25 | #include <linux/i2c/pcf857x.h> |
25 | 26 | ||
26 | #include <asm/gpio.h> | ||
27 | |||
28 | 27 | ||
29 | static const struct i2c_device_id pcf857x_id[] = { | 28 | static const struct i2c_device_id pcf857x_id[] = { |
30 | { "pcf8574", 8 }, | 29 | { "pcf8574", 8 }, |