m68knommu: simplify the ColdFire 532x GPIO struct setup
authorGreg Ungerer <gerg@uclinux.org>
Tue, 17 Apr 2012 04:25:20 +0000 (14:25 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 20 May 2012 11:21:56 +0000 (21:21 +1000)
commitbb70e21b5268b9d7b591bef442c10b9d368eb93d
treeeb68f927e5d24271e103f2c61da05a7d39df63b6
parent24d4502632d0f87ab356754f4915293fccaded5b
m68knommu: simplify the ColdFire 532x 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>
arch/m68k/platform/532x/Makefile
arch/m68k/platform/532x/config.c
arch/m68k/platform/532x/gpio.c [deleted file]