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