diff options
Diffstat (limited to 'arch/arm/mach-pxa/e400_lcd.c')
-rw-r--r-- | arch/arm/mach-pxa/e400_lcd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/e400_lcd.c b/arch/arm/mach-pxa/e400_lcd.c index 16c023630626..263884165f57 100644 --- a/arch/arm/mach-pxa/e400_lcd.c +++ b/arch/arm/mach-pxa/e400_lcd.c | |||
@@ -14,8 +14,8 @@ | |||
14 | #include <linux/module.h> | 14 | #include <linux/module.h> |
15 | 15 | ||
16 | #include <asm/mach-types.h> | 16 | #include <asm/mach-types.h> |
17 | #include <asm/arch/pxa-regs.h> | 17 | #include <mach/pxa-regs.h> |
18 | #include <asm/arch/pxafb.h> | 18 | #include <mach/pxafb.h> |
19 | 19 | ||
20 | static struct pxafb_mode_info e400_pxafb_mode_info = { | 20 | static struct pxafb_mode_info e400_pxafb_mode_info = { |
21 | .pixclock = 140703, | 21 | .pixclock = 140703, |