diff options
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/devices-common.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/devices-common.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/devices-common.h b/arch/arm/plat-mxc/include/mach/devices-common.h index 830369ea80d0..b1d765634860 100644 --- a/arch/arm/plat-mxc/include/mach/devices-common.h +++ b/arch/arm/plat-mxc/include/mach/devices-common.h | |||
@@ -54,6 +54,15 @@ struct imx_imx2_wdt_data { | |||
54 | struct platform_device *__init imx_add_imx2_wdt( | 54 | struct platform_device *__init imx_add_imx2_wdt( |
55 | const struct imx_imx2_wdt_data *data); | 55 | const struct imx_imx2_wdt_data *data); |
56 | 56 | ||
57 | #include <mach/imxfb.h> | ||
58 | struct imx_imx_fb_data { | ||
59 | resource_size_t iobase; | ||
60 | resource_size_t irq; | ||
61 | }; | ||
62 | struct platform_device *__init imx_add_imx_fb( | ||
63 | const struct imx_imx_fb_data *data, | ||
64 | const struct imx_fb_platform_data *pdata); | ||
65 | |||
57 | #include <mach/i2c.h> | 66 | #include <mach/i2c.h> |
58 | struct imx_imx_i2c_data { | 67 | struct imx_imx_i2c_data { |
59 | int id; | 68 | int id; |