aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/video/matrox/matroxfb_base.h4
1 files changed, 0 insertions, 4 deletions
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 @@
50#include <asm/mtrr.h> 50#include <asm/mtrr.h>
51#endif 51#endif
52 52
53#include "../console/fbcon.h"
54
55#if defined(CONFIG_PPC_PMAC) 53#if defined(CONFIG_PPC_PMAC)
56#include <asm/prom.h> 54#include <asm/prom.h>
57#include <asm/pci-bridge.h> 55#include <asm/pci-bridge.h>
@@ -351,8 +349,6 @@ struct matrox_bios {
351 } output; 349 } output;
352}; 350};
353 351
354extern struct display fb_display[];
355
356struct matrox_switch; 352struct matrox_switch;
357struct matroxfb_driver; 353struct matroxfb_driver;
358struct matroxfb_dh_fb_info; 354struct matroxfb_dh_fb_info;