diff options
author | Adam Jackson <ajax@redhat.com> | 2009-05-28 15:03:45 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-05-28 15:03:45 -0400 |
commit | 704771f1c595df481d244a6f074e9f5620d4a720 (patch) | |
tree | 59f338071f8761f4f360c3a889d86bd39fbcbaaf /src/common.h | |
parent | 8e942b70cb9a784b3f1311affd6fc74c4bcf68bb (diff) |
Remove useless loader symbol lists.
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 11 |
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, ...); |