Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3e21169 authored by Antonino A. Daplas's avatar Antonino A. Daplas Committed by Linus Torvalds
Browse files

[PATCH] matroxfb: Remove fbcon.h from the main header file



matroxfb has no need for struct display and fbcon.h.  Remove.

Signed-off-by: default avatarAntonino Daplas <adaplas@pol.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 04a2fe57
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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;