aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/sh_mobile_lcdcfb.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/sh_mobile_lcdcfb.h')
-rw-r--r--drivers/video/sh_mobile_lcdcfb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/sh_mobile_lcdcfb.h b/drivers/video/sh_mobile_lcdcfb.h
index 10086ae2c5e..9c91fae1ea4 100644
--- a/drivers/video/sh_mobile_lcdcfb.h
+++ b/drivers/video/sh_mobile_lcdcfb.h
@@ -40,6 +40,7 @@ struct sh_mobile_lcdc_entity {
40 struct module *owner; 40 struct module *owner;
41 const struct sh_mobile_lcdc_entity_ops *ops; 41 const struct sh_mobile_lcdc_entity_ops *ops;
42 struct sh_mobile_lcdc_chan *lcdc; 42 struct sh_mobile_lcdc_chan *lcdc;
43 struct fb_videomode def_mode;
43}; 44};
44 45
45/* 46/*