summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2009-05-28 15:03:45 -0400
committerAdam Jackson <ajax@redhat.com>2009-05-28 15:03:45 -0400
commit704771f1c595df481d244a6f074e9f5620d4a720 (patch)
tree59f338071f8761f4f360c3a889d86bd39fbcbaaf /src/common.h
parent8e942b70cb9a784b3f1311affd6fc74c4bcf68bb (diff)
Remove useless loader symbol lists.
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/common.h b/src/common.h
index ab7a6538..335fe75f 100644
--- a/src/common.h
+++ b/src/common.h
@@ -82,17 +82,6 @@ extern void I830InitpScrn(ScrnInfoPtr pScrn);
/* Symbol lists shared by the i810 and i830 parts. */
extern int I830EntityIndex;
-extern const char *I810vgahwSymbols[];
-extern const char *I810ramdacSymbols[];
-extern const char *I810ddcSymbols[];
-extern const char *I810fbSymbols[];
-extern const char *I810xaaSymbols[];
-extern const char *I810shadowFBSymbols[];
-#ifdef XF86DRI
-extern const char *I810driSymbols[];
-extern const char *I810drmSymbols[];
-#endif
-extern const char *I810i2cSymbols[];
extern void I830DPRINTF_stub(const char *filename, int line,
const char *function, const char *fmt, ...);