commit | 157d2644cb0c1e71a18baaffca56d2b1d0ebf10f | [log] [tgz] |
---|---|---|
author | Haojian Zhuang <haojian.zhuang@marvell.com> | Mon Oct 17 20:37:52 2011 +0800 |
committer | Haojian Zhuang <hzhuang1@hexinfolabs.org> | Tue Nov 15 19:08:27 2011 +0800 |
tree | e33d224362ce8ac0706725f02ecd8b89c3645934 | |
parent | 9bf448c66d4b4cb03813b39195d408701ecf1fab [diff] [blame] |
ARM: pxa: change gpio to platform device Remove most gpio macros and change gpio driver to platform driver. Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
diff --git a/arch/arm/mach-mmp/ttc_dkb.c b/arch/arm/mach-mmp/ttc_dkb.c index fac0d5d..a80ed26 100644 --- a/arch/arm/mach-mmp/ttc_dkb.c +++ b/arch/arm/mach-mmp/ttc_dkb.c
@@ -123,6 +123,7 @@ }; static struct platform_device *ttc_dkb_devices[] = { + &pxa910_device_gpio, &ttc_dkb_device_onenand, };