Commit 2164235d authored by Christoph Egger's avatar Christoph Egger Committed by Linus Torvalds

obsolete config in kernel source: LWMON5

There was some conditionalizing for the LWMON5 boards in kernel source.
However infrastructure for enabling this isn't here so probably the
special case code can go as well.
Signed-off-by: default avatarChristoph Egger <siccegge@stud.informatik.uni-erlangen.de>
Acked-by: default avatarAlexander Shishkin <virtuoso@slind.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 2c0e0c88
...@@ -31,15 +31,6 @@ ...@@ -31,15 +31,6 @@
#define CARMINE_MEM_SIZE 0x8000000 #define CARMINE_MEM_SIZE 0x8000000
#define DRV_NAME "mb862xxfb" #define DRV_NAME "mb862xxfb"
#if defined(CONFIG_LWMON5)
static struct mb862xx_gc_mode lwmon5_gc_mode = {
/* Mode for Sharp LQ104V1DG61 TFT LCD Panel */
{ "640x480", 60, 640, 480, 40000, 48, 16, 32, 11, 96, 2, 0, 0, 0 },
/* 16 bits/pixel, 32MB, 100MHz, SDRAM memory mode value */
16, 0x2000000, GC_CCF_COT_100, 0x414fb7f2
};
#endif
#if defined(CONFIG_SOCRATES) #if defined(CONFIG_SOCRATES)
static struct mb862xx_gc_mode socrates_gc_mode = { static struct mb862xx_gc_mode socrates_gc_mode = {
/* Mode for Prime View PM070WL4 TFT LCD Panel */ /* Mode for Prime View PM070WL4 TFT LCD Panel */
...@@ -600,10 +591,6 @@ static int __devinit of_platform_mb862xx_probe(struct of_device *ofdev, ...@@ -600,10 +591,6 @@ static int __devinit of_platform_mb862xx_probe(struct of_device *ofdev,
goto irqdisp; goto irqdisp;
} }
#if defined(CONFIG_LWMON5)
par->gc_mode = &lwmon5_gc_mode;
#endif
#if defined(CONFIG_SOCRATES) #if defined(CONFIG_SOCRATES)
par->gc_mode = &socrates_gc_mode; par->gc_mode = &socrates_gc_mode;
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment