]> git.karo-electronics.de Git - karo-tx-linux.git/commit
m68knommu: simplify the ColdFire 528x GPIO struct setup
authorGreg Ungerer <gerg@uclinux.org>
Tue, 17 Apr 2012 04:23:41 +0000 (14:23 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Wed, 2 May 2012 06:57:24 +0000 (16:57 +1000)
commit46be86fbc1045a5dcb386dbaea3c1d31e1bc522d
tree0efb3c34fd9feb536c757465a3ae6344eadff2f0
parentf8939f5bf2a50749283c27e87246ea6a702c98c9
m68knommu: simplify the ColdFire 528x 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/528x/Makefile
arch/m68k/platform/528x/config.c
arch/m68k/platform/528x/gpio.c [deleted file]