]> git.karo-electronics.de Git - karo-tx-linux.git/commit
m68knommu: simplify the ColdFire 5272 GPIO struct setup
authorGreg Ungerer <gerg@uclinux.org>
Tue, 17 Apr 2012 04:19:11 +0000 (14:19 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Wed, 2 May 2012 06:57:22 +0000 (16:57 +1000)
commit68162a92ba6d347445158818227e806de488cd64
treeecf27a947eaea4e6beda8f5c021610ea89fab12f
parent4bff2ecf63d8b8541fdabda758b4fbda04202678
m68knommu: simplify the ColdFire 5272 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/5272/Makefile
arch/m68k/platform/5272/config.c
arch/m68k/platform/5272/gpio.c [deleted file]