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