diff options
author | Axel Lin <axel.lin@gmail.com> | 2010-11-10 15:49:41 +0800 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-01-14 12:37:36 +0100 |
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 90187fe33e0..93d5fdf020c 100644 --- a/drivers/mfd/tps65010.c +++ b/drivers/mfd/tps65010.c @@ -34,7 +34,7 @@ #include <linux/i2c/tps65010.h> -#include <asm/gpio.h> +#include <linux/gpio.h> /*-------------------------------------------------------------------------*/ |