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