]> git.baikalelectronics.ru Git - kernel.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>
Sun, 20 May 2012 11:21:57 +0000 (21:21 +1000)
commit6c074fd2d3aa0c733c5e05b1793c3e70f2d626af
tree4c256aa07885db81470174b07730ba4d1719c403
parent114dff32323e048a18342914f215860c69ef44b7
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]