diff options
| author | Antonino Daplas <adaplas@hotpop.com> | 2005-03-30 16:44:48 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-03-30 16:44:48 -0800 |
| commit | 06fe6e5ab6231db36aa4c163fa71789bcdbeb3dd (patch) | |
| tree | 0ccda068fc4183c18acff0b70da957367a5a868b /include/linux/console.h | |
| parent | 520b29528dfa2cc5ac722a720b6824802872dff8 (diff) | |
[PATCH] fbdev: Cleanups in drivers/video part 2
This patch contains cleanups under drivers/video/ including:
- make some needlessly global code static
- the following was needlessly EXPORT_SYMBOL'ed:
- fbcon.c: fb_con
- fbmon.c: get_EDID_from_firmware (completely unused)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/console.h')
| -rw-r--r-- | include/linux/console.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/console.h b/include/linux/console.h index b9b183e986e5..721371382ae5 100644 --- a/include/linux/console.h +++ b/include/linux/console.h @@ -59,7 +59,6 @@ struct consw { extern const struct consw *conswitchp; extern const struct consw dummy_con; /* dummy console buffer */ -extern const struct consw fb_con; /* frame buffer based console */ extern const struct consw vga_con; /* VGA text console */ extern const struct consw newport_con; /* SGI Newport console */ extern const struct consw prom_con; /* SPARC PROM console */ |
