From f3e21169b84a80b35d81a2b9fd97eb0b7d73d3f9 Mon Sep 17 00:00:00 2001 From: "Antonino A. Daplas" Date: Mon, 9 Jan 2006 20:52:58 -0800 Subject: [PATCH] [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 --- drivers/video/matrox/matroxfb_base.h | 4 ---- 1 file changed, 4 deletions(-) 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; -- 2.7.4