aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/fbdev/pxafb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/pxafb.c b/drivers/video/fbdev/pxafb.c
index 0c013f1efe81..76722a59f55e 100644
--- a/drivers/video/fbdev/pxafb.c
+++ b/drivers/video/fbdev/pxafb.c
@@ -2099,7 +2099,7 @@ static void pxafb_check_options(struct device *dev, struct pxafb_mach_info *inf)
2099 2099
2100#if defined(CONFIG_OF) 2100#if defined(CONFIG_OF)
2101static const char * const lcd_types[] = { 2101static const char * const lcd_types[] = {
2102 "mono-stn", "mono-dstn", "color-stn", "color-dstn", 2102 "unknown", "mono-stn", "mono-dstn", "color-stn", "color-dstn",
2103 "color-tft", "smart-panel", NULL 2103 "color-tft", "smart-panel", NULL
2104}; 2104};
2105 2105