diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-11-08 21:39:18 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 07:56:36 -0800 |
commit | 01a16fae8e0e99a5abdd1c6c9a2b67e7e6167c18 (patch) | |
tree | c6dd8df18a3116f6ae9b1e14f13edc2a7bf1fd4b /arch/mips/au1000 | |
parent | 81d3e147ec9ffc6ef04b5f05afa4bef22487b32b (diff) | |
download | op-kernel-dev-01a16fae8e0e99a5abdd1c6c9a2b67e7e6167c18.zip op-kernel-dev-01a16fae8e0e99a5abdd1c6c9a2b67e7e6167c18.tar.gz |
[PATCH] fbdev: Remove remains of epson1356fb
Delete leftovers of the FB_E1356 and anything that did depend on it.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/mips/au1000')
-rw-r--r-- | arch/mips/au1000/common/setup.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/mips/au1000/common/setup.c b/arch/mips/au1000/common/setup.c index 1ef15d5..4f21f42 100644 --- a/arch/mips/au1000/common/setup.c +++ b/arch/mips/au1000/common/setup.c @@ -111,17 +111,6 @@ void __init plat_setup(void) } #endif -#ifdef CONFIG_FB_E1356 - if ((argptr = strstr(argptr, "video=")) == NULL) { - argptr = prom_getcmdline(); -#ifdef CONFIG_MIPS_PB1000 - strcat(argptr, " video=e1356fb:system:pb1000,mmunalign:1"); -#else - strcat(argptr, " video=e1356fb:system:pb1500"); -#endif - } -#endif - #ifdef CONFIG_FB_XPERT98 if ((argptr = strstr(argptr, "video=")) == NULL) { argptr = prom_getcmdline(); |