Module Name: xsrc
Committed By: mrg
Date: Wed Nov 24 19:13:20 UTC 2010
Modified Files:
xsrc/external/mit/xf86-video-radeonhd/dist/src: rhd_driver.c
Log Message:
revert the part of the previous that was wrong.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
xsrc/external/mit/xf86-video-radeonhd/dist/src/rhd_driver.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xf86-video-radeonhd/dist/src/rhd_driver.c
diff -u xsrc/external/mit/xf86-video-radeonhd/dist/src/rhd_driver.c:1.3 xsrc/external/mit/xf86-video-radeonhd/dist/src/rhd_driver.c:1.4
--- xsrc/external/mit/xf86-video-radeonhd/dist/src/rhd_driver.c:1.3 Wed Nov 24 02:54:09 2010
+++ xsrc/external/mit/xf86-video-radeonhd/dist/src/rhd_driver.c Wed Nov 24 19:13:20 2010
@@ -38,7 +38,7 @@
/* For PIO/MMIO */
#include "compiler.h"
-#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) > 6
+#if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6
#include "xf86Resources.h"
/* Needed by Resources Access Control (RAC) */
#include "xf86RAC.h"