]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
m68knommu: simplify the ColdFire 5307 GPIO struct setup
authorGreg Ungerer <gerg@uclinux.org>
Tue, 17 Apr 2012 04:24:26 +0000 (14:24 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 20 May 2012 11:21:55 +0000 (21:21 +1000)
commit24d4502632d0f87ab356754f4915293fccaded5b
tree2b9fa5d9e6ea62efd01e05463b0f3b565bc55e5d
parente774921c17b07ed5635bae06d24d067fe0dcfac1
m68knommu: simplify the ColdFire 5307 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/5307/Makefile
arch/m68k/platform/5307/config.c
arch/m68k/platform/5307/gpio.c [deleted file]