diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2011-05-06 02:37:17 +0200 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-05-06 02:37:36 +0200 |
commit | 3185847957d4834d1b30b253b1c71bb05bad7265 (patch) | |
tree | 7a1a967a918e16ce05b581e04f1ce3b23f33d831 /arch/arm/mach-s3c64xx/mach-smdk6410.c | |
parent | ARM: exynos4_defconfig: Update for adding machines (diff) | |
download | linux-3185847957d4834d1b30b253b1c71bb05bad7265.tar.xz linux-3185847957d4834d1b30b253b1c71bb05bad7265.zip |
ARM: S3C64XX: Remove gpio-bank-X header files
The gpio-bank-X header files of S3C64XX have definitions
which can be substituted by other common GPIO API.
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-smdk6410.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-smdk6410.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-smdk6410.c b/arch/arm/mach-s3c64xx/mach-smdk6410.c index 686a4f270b12..2c0353a80906 100644 --- a/arch/arm/mach-s3c64xx/mach-smdk6410.c +++ b/arch/arm/mach-s3c64xx/mach-smdk6410.c @@ -50,7 +50,6 @@ #include <mach/hardware.h> #include <mach/regs-fb.h> #include <mach/map.h> -#include <mach/gpio-bank-f.h> #include <asm/irq.h> #include <asm/mach-types.h> |