summaryrefslogtreecommitdiffstats
path: root/drivers/video/cfb_console.c
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-11-03 23:23:38 -0800
committerAnatolij Gustschin <agust@denx.de>2015-11-05 08:24:42 +0100
commit4b6d09449fdeaa5659c5d277bdf133457521e70b (patch)
treeffde9cdd938430f846313bc2f61ac511a855c081 /drivers/video/cfb_console.c
parent1caf934a0504013874238445daaea7f32c36ab04 (diff)
downloadtalos-obmc-uboot-4b6d09449fdeaa5659c5d277bdf133457521e70b.tar.gz
talos-obmc-uboot-4b6d09449fdeaa5659c5d277bdf133457521e70b.zip
video: Drop DEV_EXT_VIDEO flag
DEV_EXT_VIDEO does not have any actual meaning, hence drop it. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers/video/cfb_console.c')
-rw-r--r--drivers/video/cfb_console.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c
index 51cdd4dbce..556a55f65c 100644
--- a/drivers/video/cfb_console.c
+++ b/drivers/video/cfb_console.c
@@ -2280,7 +2280,6 @@ int drv_video_init(void)
/* Init vga device */
memset(&console_dev, 0, sizeof(console_dev));
strcpy(console_dev.name, "vga");
- console_dev.ext = DEV_EXT_VIDEO; /* Video extensions */
console_dev.flags = DEV_FLAGS_OUTPUT;
console_dev.putc = video_putc; /* 'putc' function */
console_dev.puts = video_puts; /* 'puts' function */
OpenPOWER on IntegriCloud