diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-04-17 07:57:04 +0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2012-05-20 15:21:48 +0400 |
commit | a75250b3d5c5e5f76620962b45e971370f1b8ad8 (patch) | |
tree | de8ca59100cf791ffc624ef008cecce4cd39ac22 /arch/m68k/platform/5206/Makefile | |
parent | f23c144d4265b9251a4146e057af668bcd7667cb (diff) | |
download | linux-a75250b3d5c5e5f76620962b45e971370f1b8ad8.tar.xz |
m68knommu: simplify the ColdFire 5206 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/5206/Makefile')
-rw-r--r-- | arch/m68k/platform/5206/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/platform/5206/Makefile b/arch/m68k/platform/5206/Makefile index b5db05625cfa..8a34a9d443e4 100644 --- a/arch/m68k/platform/5206/Makefile +++ b/arch/m68k/platform/5206/Makefile @@ -14,5 +14,5 @@ asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1 -obj-y := config.o gpio.o +obj-y := config.o |