aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/include
diff options
context:
space:
mode:
authorAjay Kumar <ajaykumar.rs@samsung.com>2011-07-21 01:14:58 +0900
committerKukjin Kim <kgene.kim@samsung.com>2011-07-21 02:11:34 +0900
commit7bf3ba6b33c47c4171272253a0e4dd720a5b73a8 (patch)
treeb75d7c9b4396b0b75ce608eb6815c1478eb9c8ef /arch/arm/mach-s5pv210/include
parent1c4f6d48fc4818fc35b08eca5d8dac479afe2d9d (diff)
downloadkernel_samsung_smdk4412-7bf3ba6b33c47c4171272253a0e4dd720a5b73a8.zip
kernel_samsung_smdk4412-7bf3ba6b33c47c4171272253a0e4dd720a5b73a8.tar.gz
kernel_samsung_smdk4412-7bf3ba6b33c47c4171272253a0e4dd720a5b73a8.tar.bz2
ARM: S5PV210: Cleanup mach/regs-fb.h from mach-s5pv210
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-s5pv210/include')
-rw-r--r--arch/arm/mach-s5pv210/include/mach/regs-fb.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/regs-fb.h b/arch/arm/mach-s5pv210/include/mach/regs-fb.h
deleted file mode 100644
index 60d9929..0000000
--- a/arch/arm/mach-s5pv210/include/mach/regs-fb.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Copyright 2010 Ben Dooks <ben-linux@fluff.org>
- *
- * Dummy framebuffer to allow build for the moment.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
-*/
-
-#ifndef __ASM_ARCH_MACH_REGS_FB_H
-#define __ASM_ARCH_MACH_REGS_FB_H __FILE__
-
-#include <plat/regs-fb-v4.h>
-
-static inline unsigned int s3c_fb_pal_reg(unsigned int window, int reg)
-{
- return 0x2400 + (window * 256 *4 ) + reg;
-}
-
-#endif /* __ASM_ARCH_MACH_REGS_FB_H */