[PATCH 2/2] mfd: Include <linux/gpio.h> instead of <asm/gpio.h>

From: Axel Lin
Date: Wed Nov 10 2010 - 02:45:50 EST


As warned by checkpatch.pl, use #include <linux/gpio.h> instead of <asm/gpio.h>.

Signed-off-by: Axel Lin <axel.lin@xxxxxxxxx>
---
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 d0016b6..83b75c5 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>


/*-------------------------------------------------------------------------*/
--
1.7.2



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/