summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-04-18 19:14:13 -0700
committerEric Anholt <eric@anholt.net>2010-05-26 12:21:09 -0700
commit3461f8f4bc2a49fd41c408d225c592623404be91 (patch)
treee1c6dc43d7107cf11f1b76108aeed20bfe4174d0 /src/common.h
parent03bbb4c896ef3cd275312b413a2c85d9f499c032 (diff)
Remove remaining REG_DUMPER build stuff.
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h
index bc5d7220..883aaa8f 100644
--- a/src/common.h
+++ b/src/common.h
@@ -75,7 +75,6 @@ I830DPRINTF_stub(const char *filename, int line, const char *function,
#define DELAY(x) do {;} while (0)
#endif
-#ifndef REG_DUMPER
/* I830 hooks for the I810 driver setup/probe. */
extern const OptionInfoRec *I830AvailableOptions(int chipid, int busid);
extern void intel_init_scrn(ScrnInfoPtr scrn);
@@ -165,7 +164,6 @@ extern int I810_DEBUG;
#define DEBUG_ALWAYS_SYNC 0x80
#define DEBUG_VERBOSE_DRI 0x100
#define DEBUG_VERBOSE_BIOS 0x200
-#endif /* !REG_DUMPER */
/* Size of the mmio region.
*/