diff options
Diffstat (limited to 'arch/arm/mach-lpc32xx')
-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 bfee5b455105..945a2f24d5e9 100644 --- a/arch/arm/mach-lpc32xx/phy3250.c +++ b/arch/arm/mach-lpc32xx/phy3250.c | |||
@@ -271,6 +271,8 @@ static struct platform_device lpc32xx_gpio_led_device = { | |||
271 | }; | 271 | }; |
272 | 272 | ||
273 | static struct platform_device *phy3250_devs[] __initdata = { | 273 | static struct platform_device *phy3250_devs[] __initdata = { |
274 | &lpc32xx_rtc_device, | ||
275 | &lpc32xx_tsc_device, | ||
274 | &lpc32xx_i2c0_device, | 276 | &lpc32xx_i2c0_device, |
275 | &lpc32xx_i2c1_device, | 277 | &lpc32xx_i2c1_device, |
276 | &lpc32xx_i2c2_device, | 278 | &lpc32xx_i2c2_device, |