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