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: v2.6.16-rc1~559 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3e21169b84a80b35d81a2b9fd97eb0b7d73d3f9;p=platform%2Fkernel%2Flinux-3.10.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 a8c47ad..3a3e180 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;