summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWayne Zou <b36644@freescale.com>2011-12-01 19:52:39 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:18:33 +0800
commit97565401c7498065b2f817e495b9ccd344ede039 (patch)
treeddd86cf285920ec6e6a2dd8c9c7011481977a1e3 /include
parenta671c8f4b06d2de5274a29eab7729cde58eadea4 (diff)
ENGR00163669-1 mxc fb: remove FB_EVENT_PREMODE_CHANGE for mxc fb drivers
remove FB_EVENT_PREMODE_CHANGE for mxc ldb/tve drivers add dispdrv setup interface for ldb/tve drivers re-structure the dispdrv framework for display devices Signed-off-by: Wayne Zou <b36644@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h
index d344507460b5..f9d013d09bc7 100644
--- a/include/linux/fb.h
+++ b/include/linux/fb.h
@@ -549,8 +549,6 @@ struct fb_cursor_user {
#define FB_EVENT_FB_UNBIND 0x0E
/* CONSOLE-SPECIFIC: remap all consoles to new fb - for vga switcheroo */
#define FB_EVENT_REMAP_ALL_CONSOLE 0x0F
-/* PRE MODE CHANGE added by fsl */
-#define FB_EVENT_PREMODE_CHANGE 0x10
struct fb_event {
struct fb_info *info;