projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04a2fe5
)
[PATCH] matroxfb: Remove fbcon.h from the main header file
author
Antonino A. Daplas
<adaplas@gmail.com>
Tue, 10 Jan 2006 04:52:58 +0000
(20:52 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 10 Jan 2006 16:01:43 +0000
(08:01 -0800)
matroxfb has no need for struct display and fbcon.h. Remove.
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/matrox/matroxfb_base.h
patch
|
blob
|
history
diff --git
a/drivers/video/matrox/matroxfb_base.h
b/drivers/video/matrox/matroxfb_base.h
index a8c47ad2cdb6059d63671a685247018415b8632a..3a3e1804c56a507a23b320527d9c7373e4ca1266 100644
(file)
--- a/
drivers/video/matrox/matroxfb_base.h
+++ b/
drivers/video/matrox/matroxfb_base.h
@@
-50,8
+50,6
@@
#include <asm/mtrr.h>
#endif
-#include "../console/fbcon.h"
-
#if defined(CONFIG_PPC_PMAC)
#include <asm/prom.h>
#include <asm/pci-bridge.h>
@@
-351,8
+349,6
@@
struct matrox_bios {
} output;
};
-extern struct display fb_display[];
-
struct matrox_switch;
struct matroxfb_driver;
struct matroxfb_dh_fb_info;