diff options
Diffstat (limited to 'arch/arm/mach-s5p64x0/setup-fb-24bpp.c')
-rw-r--r-- | arch/arm/mach-s5p64x0/setup-fb-24bpp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5p64x0/setup-fb-24bpp.c b/arch/arm/mach-s5p64x0/setup-fb-24bpp.c index f346ee4af54d..37252bece7d4 100644 --- a/arch/arm/mach-s5p64x0/setup-fb-24bpp.c +++ b/arch/arm/mach-s5p64x0/setup-fb-24bpp.c | |||
@@ -11,11 +11,11 @@ | |||
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include <linux/fb.h> | 13 | #include <linux/fb.h> |
14 | #include <linux/gpio.h> | ||
15 | 14 | ||
16 | #include <plat/cpu.h> | 15 | #include <plat/cpu.h> |
17 | #include <plat/fb.h> | 16 | #include <plat/fb.h> |
18 | #include <plat/gpio-cfg.h> | 17 | #include <plat/gpio-cfg.h> |
18 | #include <mach/gpio-samsung.h> | ||
19 | 19 | ||
20 | void s5p64x0_fb_gpio_setup_24bpp(void) | 20 | void s5p64x0_fb_gpio_setup_24bpp(void) |
21 | { | 21 | { |