diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-04-17 04:14:51 (GMT) |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2012-05-20 11:21:49 (GMT) |
commit | a10cf320d84ab2df0b7c12ace86b0620cfadabb1 (patch) | |
tree | f2dc59df20750206ca62f0df825733ff9e1a080e /arch/m68k/platform/520x/Makefile | |
parent | a75250b3d5c5e5f76620962b45e971370f1b8ad8 (diff) | |
download | linux-fsl-qoriq-a10cf320d84ab2df0b7c12ace86b0620cfadabb1.tar.xz |
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 ad3f4e5..03e29d1 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 |