diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-04-10 20:09:37 -0700 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-04-10 20:09:37 -0700 |
commit | c0a2dc608d95f92b0f5a151c623745f09df3afc5 (patch) | |
tree | 76835cd5b69d9e3eeec18c2d7bbfe3e7acf9820d /src/i830_bios.c | |
parent | 498abf474b90b04bc4085397a209cc493d98d15c (diff) |
Save/restore PFIT_CONTROL. Eliminate compiler warnings
Diffstat (limited to 'src/i830_bios.c')
-rw-r--r-- | src/i830_bios.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i830_bios.c b/src/i830_bios.c index 4264803b..8e575df7 100644 --- a/src/i830_bios.c +++ b/src/i830_bios.c @@ -26,6 +26,7 @@ */ #ifdef HAVE_CONFIG_H #include "config.h" +#undef VERSION /* XXX edid.h has a VERSION too */ #endif #define _PARSE_EDID_ |