]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Wed, 2 May 2012 06:57:26 +0000 (16:57 +1000)
commit28e2236c236d758d83b0fbd42fc802fede573d37
tree429e71cd84ffb3501ba6b640e466ac0c66f18e04
parentb3d0d97a5b448b823a0cc225a1f17ff974f9ea5b
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]