]> git.baikalelectronics.ru Git - kernel.git/commit
m68knommu: simplify the ColdFire 528x GPIO struct setup
authorGreg Ungerer <gerg@uclinux.org>
Tue, 17 Apr 2012 04:23:41 +0000 (14:23 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 20 May 2012 11:21:54 +0000 (21:21 +1000)
commit3e3217a38d83e0fed0e13931d2d9c72bb154a3f3
tree482eda7004449e291a582b75c2eafa1fcc334d11
parentc28e3f3dbb5ab216629969fdb952d6e980457acd
m68knommu: simplify the ColdFire 528x 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/528x/Makefile
arch/m68k/platform/528x/config.c
arch/m68k/platform/528x/gpio.c [deleted file]