diff options
| author | wanzongshun <mcuos.com@gmail.com> | 2010-07-22 01:56:50 -0400 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-07-22 04:20:17 -0400 |
| commit | c588e37da8b2e4708397355b26d067450058f804 (patch) | |
| tree | 92256dd0fbcd4cc434a44837db32af2c0255e82e | |
| parent | 9e3aaac335e93d2f35d41e51b569becd2a43c260 (diff) | |
ARM: 6249/1: add nuc900 kpi platform_device structure to nuc910_dev
Add nuc900 kpi platform_device structure to nuc910_dev
Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
| -rw-r--r-- | arch/arm/mach-w90x900/nuc910.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-w90x900/nuc910.c b/arch/arm/mach-w90x900/nuc910.c index cd4977678b85..1523f4136985 100644 --- a/arch/arm/mach-w90x900/nuc910.c +++ b/arch/arm/mach-w90x900/nuc910.c | |||
| @@ -27,6 +27,7 @@ static struct platform_device *nuc910_dev[] __initdata = { | |||
| 27 | &nuc900_device_ts, | 27 | &nuc900_device_ts, |
| 28 | &nuc900_device_rtc, | 28 | &nuc900_device_rtc, |
| 29 | &nuc900_device_lcd, | 29 | &nuc900_device_lcd, |
| 30 | &nuc900_device_kpi, | ||
| 30 | }; | 31 | }; |
| 31 | 32 | ||
| 32 | /* define specific CPU platform io map */ | 33 | /* define specific CPU platform io map */ |
