diff options
Diffstat (limited to 'arch/arm/mach-mxs/devices/platform-mxsfb.c')
-rw-r--r-- | arch/arm/mach-mxs/devices/platform-mxsfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mxs/devices/platform-mxsfb.c b/arch/arm/mach-mxs/devices/platform-mxsfb.c index 5a75b7180f74..76b53f73418e 100644 --- a/arch/arm/mach-mxs/devices/platform-mxsfb.c +++ b/arch/arm/mach-mxs/devices/platform-mxsfb.c | |||
@@ -10,7 +10,7 @@ | |||
10 | #include <mach/mx23.h> | 10 | #include <mach/mx23.h> |
11 | #include <mach/mx28.h> | 11 | #include <mach/mx28.h> |
12 | #include <mach/devices-common.h> | 12 | #include <mach/devices-common.h> |
13 | #include <mach/mxsfb.h> | 13 | #include <linux/mxsfb.h> |
14 | 14 | ||
15 | #ifdef CONFIG_SOC_IMX23 | 15 | #ifdef CONFIG_SOC_IMX23 |
16 | struct platform_device *__init mx23_add_mxsfb( | 16 | struct platform_device *__init mx23_add_mxsfb( |