Skip to content

Commit

Permalink
[PATCH] matroxfb: Remove fbcon.h from the main header file
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Antonino A. Daplas authored and Linus Torvalds committed Jan 10, 2006
1 parent 04a2fe5 commit f3e2116
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/video/matrox/matroxfb_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -351,8 +349,6 @@ struct matrox_bios {
} output;
};

extern struct display fb_display[];

struct matrox_switch;
struct matroxfb_driver;
struct matroxfb_dh_fb_info;
Expand Down

0 comments on commit f3e2116

Please sign in to comment.