From: Antonino A. Daplas Date: Tue, 10 Jan 2006 04:52:58 +0000 (-0800) Subject: [PATCH] matroxfb: Remove fbcon.h from the main header file X-Git-Tag: firefly_0821_release~39295 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f3e21169b84a80b35d81a2b9fd97eb0b7d73d3f9;p=firefly-linux-kernel-4.4.55.git [PATCH] matroxfb: Remove fbcon.h from the main header file matroxfb has no need for struct display and fbcon.h. Remove. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/video/matrox/matroxfb_base.h b/drivers/video/matrox/matroxfb_base.h index a8c47ad2cdb6..3a3e1804c56a 100644 --- a/drivers/video/matrox/matroxfb_base.h +++ b/drivers/video/matrox/matroxfb_base.h @@ -50,8 +50,6 @@ #include #endif -#include "../console/fbcon.h" - #if defined(CONFIG_PPC_PMAC) #include #include @@ -351,8 +349,6 @@ struct matrox_bios { } output; }; -extern struct display fb_display[]; - struct matrox_switch; struct matroxfb_driver; struct matroxfb_dh_fb_info;