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