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