]> git.openfabrics.org - ~shefty/rdma-dev.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>
Sun, 20 May 2012 11:21:51 +0000 (21:21 +1000)
commit60e26cfd0bd4c1ee682c8c50378e650823ce6d2f
treed5830e8c1b7ebcd2dc9666d5a9125d90c8c194c8
parent045f8c4af4f8cdfddf00a2482573d638cbc7a863
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]