Skip to content

Commit

Permalink
ARM: S5PC100: Cleanup mach/regs-fb.h from mach-s5pc100
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ajay Kumar authored and Kukjin Kim committed Jul 20, 2011
1 parent 6a567c4 commit 1c4f6d4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 107 deletions.
105 changes: 0 additions & 105 deletions arch/arm/mach-s5pc100/include/mach/regs-fb.h

This file was deleted.

2 changes: 1 addition & 1 deletion arch/arm/mach-s5pc100/mach-smdkc100.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include <asm/mach/map.h>

#include <mach/map.h>
#include <mach/regs-fb.h>
#include <mach/regs-gpio.h>

#include <video/platform_lcd.h>
Expand All @@ -52,6 +51,7 @@
#include <plat/ts.h>
#include <plat/audio.h>
#include <plat/backlight.h>
#include <plat/regs-fb-v4.h>

/* Following are default values for UCON, ULCON and UFCON UART registers */
#define SMDKC100_UCON_DEFAULT (S3C2410_UCON_TXILEVEL | \
Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-s5pc100/setup-fb-24bpp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1c4f6d4

Please sign in to comment.