diff options
Diffstat (limited to 'arch/arm/mach-lpc32xx/phy3250.c')
-rw-r--r-- | arch/arm/mach-lpc32xx/phy3250.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-lpc32xx/phy3250.c b/arch/arm/mach-lpc32xx/phy3250.c index 5d51c102c255..8571d6250dc1 100644 --- a/arch/arm/mach-lpc32xx/phy3250.c +++ b/arch/arm/mach-lpc32xx/phy3250.c | |||
@@ -247,6 +247,8 @@ static struct platform_device lpc32xx_gpio_led_device = { | |||
247 | }; | 247 | }; |
248 | 248 | ||
249 | static struct platform_device *phy3250_devs[] __initdata = { | 249 | static struct platform_device *phy3250_devs[] __initdata = { |
250 | &lpc32xx_rtc_device, | ||
251 | &lpc32xx_tsc_device, | ||
250 | &lpc32xx_i2c0_device, | 252 | &lpc32xx_i2c0_device, |
251 | &lpc32xx_i2c1_device, | 253 | &lpc32xx_i2c1_device, |
252 | &lpc32xx_i2c2_device, | 254 | &lpc32xx_i2c2_device, |