diff options
Diffstat (limited to 'arch/arm/mach-mx2/pcm038.c')
-rw-r--r-- | arch/arm/mach-mx2/pcm038.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/pcm038.c b/arch/arm/mach-mx2/pcm038.c index 58552a01c0d3..d246eb1bb3ce 100644 --- a/arch/arm/mach-mx2/pcm038.c +++ b/arch/arm/mach-mx2/pcm038.c | |||
@@ -191,6 +191,7 @@ static struct mxc_nand_platform_data pcm038_nand_board_info = { | |||
191 | static struct platform_device *platform_devices[] __initdata = { | 191 | static struct platform_device *platform_devices[] __initdata = { |
192 | &pcm038_nor_mtd_device, | 192 | &pcm038_nor_mtd_device, |
193 | &mxc_w1_master_device, | 193 | &mxc_w1_master_device, |
194 | &mxc_fec_device, | ||
194 | &pcm038_sram_mtd_device, | 195 | &pcm038_sram_mtd_device, |
195 | }; | 196 | }; |
196 | 197 | ||