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