mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 2/2] mfd: Include <linux/gpio.h> instead of <asm/gpio.h>
@ 2010-11-10  7:49 Axel Lin
  0 siblings, 0 replies; only message in thread
From: Axel Lin @ 2010-11-10  7:49 UTC (permalink / raw)
  To: linux-kernel; +Cc: Samuel Ortiz, David Brownell

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

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-10  7:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-10  7:49 [PATCH 2/2] mfd: Include <linux/gpio.h> instead of <asm/gpio.h> Axel Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome