diff options
author | Axel Lin <axel.lin@gmail.com> | 2010-11-10 02:49:41 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-01-14 06:37:36 -0500 |
commit | 77b22897da093e80c40f03e8d83bf23e756b9fba (patch) | |
tree | f657cd5a6f9acaab09f02b4ff46f6d9a17e6d08f /drivers/mfd/tps65010.c | |
parent | f77401d4da8180211b5fb5b7903ec8d8b22762ab (diff) |
mfd: Include <linux/gpio.h> instead of <asm/gpio.h>
As warned by checkpatch.pl, use #include <linux/gpio.h> instead
of <asm/gpio.h>.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/tps65010.c')
-rw-r--r-- | drivers/mfd/tps65010.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/tps65010.c b/drivers/mfd/tps65010.c index 90187fe33e04..93d5fdf020c7 100644 --- a/drivers/mfd/tps65010.c +++ b/drivers/mfd/tps65010.c | |||
@@ -34,7 +34,7 @@ | |||
34 | 34 | ||
35 | #include <linux/i2c/tps65010.h> | 35 | #include <linux/i2c/tps65010.h> |
36 | 36 | ||
37 | #include <asm/gpio.h> | 37 | #include <linux/gpio.h> |
38 | 38 | ||
39 | 39 | ||
40 | /*-------------------------------------------------------------------------*/ | 40 | /*-------------------------------------------------------------------------*/ |