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