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/mcp23s08.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/mcp23s08.c')
-rw-r--r-- | drivers/gpio/mcp23s08.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpio/mcp23s08.c b/drivers/gpio/mcp23s08.c index c6c7aa15f5da..cd651ec8d034 100644 --- a/drivers/gpio/mcp23s08.c +++ b/drivers/gpio/mcp23s08.c | |||
@@ -6,12 +6,10 @@ | |||
6 | #include <linux/device.h> | 6 | #include <linux/device.h> |
7 | #include <linux/workqueue.h> | 7 | #include <linux/workqueue.h> |
8 | #include <linux/mutex.h> | 8 | #include <linux/mutex.h> |
9 | 9 | #include <linux/gpio.h> | |
10 | #include <linux/spi/spi.h> | 10 | #include <linux/spi/spi.h> |
11 | #include <linux/spi/mcp23s08.h> | 11 | #include <linux/spi/mcp23s08.h> |
12 | 12 | ||
13 | #include <asm/gpio.h> | ||
14 | |||
15 | 13 | ||
16 | /* Registers are all 8 bits wide. | 14 | /* Registers are all 8 bits wide. |
17 | * | 15 | * |