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