[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <20100914073053.GA15611@july>
Date: Tue, 14 Sep 2010 16:30:53 +0900
From: Kyungmin Park <kmpark@...radead.org>
To: Haavard Skinnemoen <hskinnemoen@...el.com>,
"Jean Delvare (PC drivers, core)" <khali@...ux-fr.org>,
"Ben Dooks (embedded platforms)" <ben-linux@...ff.org>,
Wolfram Sang <w.sang@...gutronix.de>,
Tejun Heo <tj@...nel.org>,
Kyungmin Park <kyungmin.park@...sung.com>,
Marek Szyprowski <m.szyprowski@...sung.com>,
linux-i2c@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] I2C-GPIO: Don't include the asm/gpio.h directly
Don't include asm/gpio.h directly. Use the linux/gpio.h.
Signed-off-by: Kyungmin Park <kyungmin.park@...sung.com>
---
diff --git a/drivers/i2c/busses/i2c-gpio.c b/drivers/i2c/busses/i2c-gpio.c
index d9aa9a6..0c1cc37 100644
--- a/drivers/i2c/busses/i2c-gpio.c
+++ b/drivers/i2c/busses/i2c-gpio.c
@@ -15,7 +15,7 @@
#include <linux/slab.h>
#include <linux/platform_device.h>
-#include <asm/gpio.h>
+#include <linux/gpio.h>
/* Toggle SDA by changing the direction of the pin */
static void i2c_gpio_setsda_dir(void *data, int state)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists