diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-04-17 06:14:51 +0200 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2012-05-20 13:21:49 +0200 |
commit | a10cf320d84ab2df0b7c12ace86b0620cfadabb1 (patch) | |
tree | f2dc59df20750206ca62f0df825733ff9e1a080e /arch/m68k/platform/520x/Makefile | |
parent | m68knommu: simplify the ColdFire 5206 GPIO struct setup (diff) | |
download | linux-a10cf320d84ab2df0b7c12ace86b0620cfadabb1.tar.xz linux-a10cf320d84ab2df0b7c12ace86b0620cfadabb1.zip |
m68knommu: simplify the ColdFire 520x GPIO struct setup
The GPIO data struct setup is now the only remaining code in the platform
gpio.c file. So move it to the platform config.c code and remove the gpio.c
file.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Steven King <sfking@fdwdc.com>
Diffstat (limited to 'arch/m68k/platform/520x/Makefile')
-rw-r--r-- | arch/m68k/platform/520x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/platform/520x/Makefile b/arch/m68k/platform/520x/Makefile index ad3f4e5a57ce..03e29d134763 100644 --- a/arch/m68k/platform/520x/Makefile +++ b/arch/m68k/platform/520x/Makefile @@ -14,4 +14,4 @@ asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 -obj-y := config.o gpio.o +obj-y := config.o |