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