Fix ATOM_BIOS_PARSER typo in rhd_driver.c

Kyle McMartin kyle at freedesktop.org
Mon Sep 17 18:01:29 PDT 2007


Means int10 code was included since ATOM_ASIC_INIT was undefined...
---
 src/rhd_driver.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/rhd_driver.c b/src/rhd_driver.c
index 89557d8..4660806 100644
--- a/src/rhd_driver.c
+++ b/src/rhd_driver.c
@@ -23,7 +23,7 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#ifdef ATOM_BIOS_PASER
+#ifdef ATOM_BIOS_PARSER
 # define ATOM_ASIC_INIT
 #endif
 #ifdef HAVE_CONFIG_H
-- 
1.5.2.4




More information about the xorg mailing list