[PATCH 2/2] drivers/video: Removing dead FB_68328_INVERT configoption

From: Christian Dietrich
Date: Mon Aug 23 2010 - 05:59:56 EST


CONFIG_FB_68328_INVERT doesn't exist in Kconfig, therefore removing
all references to it from the source.

Signed-off-by: Christian Dietrich <qy03fugy@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
---
drivers/video/68328fb.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/drivers/video/68328fb.c b/drivers/video/68328fb.c
index 75a39ea..bec3fd2 100644
--- a/drivers/video/68328fb.c
+++ b/drivers/video/68328fb.c
@@ -49,11 +49,7 @@
#error wrong architecture for the MC68x328 frame buffer device
#endif

-#if defined(CONFIG_FB_68328_INVERT)
-#define MC68X328FB_MONO_VISUAL FB_VISUAL_MONO01
-#else
#define MC68X328FB_MONO_VISUAL FB_VISUAL_MONO10
-#endif

static u_long videomemory;
static u_long videomemorysize;
--
1.7.0.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/