ARM: SAMSUNG: Fix on inclusion mach/gpio.h for Samsung SoCs

This patch fixes on inclusion <mach/gpio.h> to <linux/gpio.h>

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Cc: Ben Dooks <ben-linux@fluff.org>
This commit is contained in:
Kukjin Kim
2010-08-05 07:54:49 +09:00
parent ed48ac41b3
commit 1c739c7f37
21 changed files with 23 additions and 21 deletions

View File

@@ -14,10 +14,10 @@
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/gpio.h>
struct platform_device; /* don't need the contents */
#include <mach/gpio.h>
#include <mach/gpio-bank-b.h>
#include <plat/iic.h>
#include <plat/gpio-cfg.h>