diff options
author | Eric Anholt <eric@anholt.net> | 2010-04-18 19:14:13 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-05-26 12:21:09 -0700 |
commit | 3461f8f4bc2a49fd41c408d225c592623404be91 (patch) | |
tree | e1c6dc43d7107cf11f1b76108aeed20bfe4174d0 /src/common.h | |
parent | 03bbb4c896ef3cd275312b413a2c85d9f499c032 (diff) |
Remove remaining REG_DUMPER build stuff.
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
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. */ |