diff options
author | Ajay Kumar <ajaykumar.rs@samsung.com> | 2011-07-20 20:13:53 +0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-07-20 21:11:30 +0400 |
commit | 1c4f6d48fc4818fc35b08eca5d8dac479afe2d9d (patch) | |
tree | e8ff28efdfc4322173b02249d6c28c1dec34824c /arch/arm/mach-s5pc100/setup-fb-24bpp.c | |
parent | 6a567c41850180901f3af7b8e76943fd2509123e (diff) | |
download | linux-1c4f6d48fc4818fc35b08eca5d8dac479afe2d9d.tar.xz |
ARM: S5PC100: Cleanup mach/regs-fb.h from mach-s5pc100
Use plat/regs-fb-v4.h in machine files instead of mach/regs-fb.h.
Signed-off-by: Ajay Kumar <ajaykumar.rs@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pc100/setup-fb-24bpp.c')
-rw-r--r-- | arch/arm/mach-s5pc100/setup-fb-24bpp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pc100/setup-fb-24bpp.c b/arch/arm/mach-s5pc100/setup-fb-24bpp.c index d31c0f3fe222..8978e4cf9ed5 100644 --- a/arch/arm/mach-s5pc100/setup-fb-24bpp.c +++ b/arch/arm/mach-s5pc100/setup-fb-24bpp.c @@ -15,7 +15,6 @@ #include <linux/fb.h> #include <linux/gpio.h> -#include <mach/regs-fb.h> #include <mach/map.h> #include <plat/fb.h> #include <plat/gpio-cfg.h> |