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