From 337dc7c06547ed8e0ddde90c94345a31ee53e080 Mon Sep 17 00:00:00 2001 From: Ajay Kumar Date: Thu, 21 Jul 2011 01:14:58 +0900 Subject: [PATCH] --- yaml --- r: 258807 b: refs/heads/master c: 7bf3ba6b33c47c4171272253a0e4dd720a5b73a8 h: refs/heads/master i: 258805: 0a86c30dd4d2a2f905f557a1f4be66c78d9b6264 258803: d664178a1cbf4d5e035987262c8039ae71177a9a 258799: 7cda05b47a2a32a4d7156edf4f7e3fa8910e8cb8 v: v3 --- [refs] | 2 +- .../arm/mach-s5pv210/include/mach/regs-fb.h | 21 ------------------- trunk/arch/arm/mach-s5pv210/mach-aquila.c | 2 +- trunk/arch/arm/mach-s5pv210/mach-goni.c | 2 +- trunk/arch/arm/mach-s5pv210/mach-smdkv210.c | 2 +- trunk/arch/arm/mach-s5pv210/setup-fb-24bpp.c | 1 - 6 files changed, 4 insertions(+), 26 deletions(-) delete mode 100644 trunk/arch/arm/mach-s5pv210/include/mach/regs-fb.h diff --git a/[refs] b/[refs] index 1dfd5ffb3f94..0c1a215bca87 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1c4f6d48fc4818fc35b08eca5d8dac479afe2d9d +refs/heads/master: 7bf3ba6b33c47c4171272253a0e4dd720a5b73a8 diff --git a/trunk/arch/arm/mach-s5pv210/include/mach/regs-fb.h b/trunk/arch/arm/mach-s5pv210/include/mach/regs-fb.h deleted file mode 100644 index 60d992989bdc..000000000000 --- a/trunk/arch/arm/mach-s5pv210/include/mach/regs-fb.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright 2010 Ben Dooks - * - * 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 - -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 */ diff --git a/trunk/arch/arm/mach-s5pv210/mach-aquila.c b/trunk/arch/arm/mach-s5pv210/mach-aquila.c index 4e1d8ff5ae59..509627f25111 100644 --- a/trunk/arch/arm/mach-s5pv210/mach-aquila.c +++ b/trunk/arch/arm/mach-s5pv210/mach-aquila.c @@ -29,7 +29,6 @@ #include #include -#include #include #include @@ -40,6 +39,7 @@ #include #include #include +#include /* Following are default values for UCON, ULCON and UFCON UART registers */ #define AQUILA_UCON_DEFAULT (S3C2410_UCON_TXILEVEL | \ diff --git a/trunk/arch/arm/mach-s5pv210/mach-goni.c b/trunk/arch/arm/mach-s5pv210/mach-goni.c index 31d5aa769753..e0c4d06b9db6 100644 --- a/trunk/arch/arm/mach-s5pv210/mach-goni.c +++ b/trunk/arch/arm/mach-s5pv210/mach-goni.c @@ -34,7 +34,6 @@ #include #include -#include #include #include @@ -47,6 +46,7 @@ #include #include #include +#include /* Following are default values for UCON, ULCON and UFCON UART registers */ #define GONI_UCON_DEFAULT (S3C2410_UCON_TXILEVEL | \ diff --git a/trunk/arch/arm/mach-s5pv210/mach-smdkv210.c b/trunk/arch/arm/mach-s5pv210/mach-smdkv210.c index c4d9b7dd098e..ef20f922249d 100644 --- a/trunk/arch/arm/mach-s5pv210/mach-smdkv210.c +++ b/trunk/arch/arm/mach-s5pv210/mach-smdkv210.c @@ -29,7 +29,6 @@ #include #include -#include #include #include @@ -46,6 +45,7 @@ #include #include #include +#include /* Following are default values for UCON, ULCON and UFCON UART registers */ #define SMDKV210_UCON_DEFAULT (S3C2410_UCON_TXILEVEL | \ diff --git a/trunk/arch/arm/mach-s5pv210/setup-fb-24bpp.c b/trunk/arch/arm/mach-s5pv210/setup-fb-24bpp.c index e932ebfac56d..55103c8220b3 100644 --- a/trunk/arch/arm/mach-s5pv210/setup-fb-24bpp.c +++ b/trunk/arch/arm/mach-s5pv210/setup-fb-24bpp.c @@ -15,7 +15,6 @@ #include #include -#include #include #include #include