diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-05 12:28:20 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-15 03:10:13 -0500 |
commit | 4f830db9629e413e7c5523085ab009b0de5ae6d0 (patch) | |
tree | 8d3feb830483426e2e5f263dd1b65e564890a598 /arch/arm/plat-s3c/Makefile | |
parent | b6a604137bb978d9f65b1228cf0bb691ece45cba (diff) |
ARM: SAMSUNG: Move gpio-config.c into plat-samsung
The arch/arm/plat-s3c/gpio-config.c file is common to pretty much all the Samsung
SoCs, so move it to arch/arm/plat-samsung
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c/Makefile')
-rw-r--r-- | arch/arm/plat-s3c/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c/Makefile b/arch/arm/plat-s3c/Makefile index d86299556552..ea4a001f6793 100644 --- a/arch/arm/plat-s3c/Makefile +++ b/arch/arm/plat-s3c/Makefile | |||
@@ -14,7 +14,6 @@ obj- := | |||
14 | obj-y += init.o | 14 | obj-y += init.o |
15 | obj-y += time.o | 15 | obj-y += time.o |
16 | obj-y += gpio.o | 16 | obj-y += gpio.o |
17 | obj-y += gpio-config.o | ||
18 | 17 | ||
19 | # DMA support | 18 | # DMA support |
20 | 19 | ||