summaryrefslogtreecommitdiff
path: root/src/r128_misc.c
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2008-02-15 18:34:56 +0200
committerGeorge Sapountzis <gsap7@yahoo.gr>2008-02-15 18:34:56 +0200
commit665bd7e2f61cac3e029bbad5024034e5136deec1 (patch)
treed78f686f4f323973f7a334f4144ed2b5e0205662 /src/r128_misc.c
parenta596c1618f72179a45289a50a1f9e89462ce9667 (diff)
ati wrapper: translate Device lines
Diffstat (limited to 'src/r128_misc.c')
-rw-r--r--src/r128_misc.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/r128_misc.c b/src/r128_misc.c
index f8bccfe..5eb6fac 100644
--- a/src/r128_misc.c
+++ b/src/r128_misc.c
@@ -24,8 +24,6 @@
#include "config.h"
#endif
-#include "ativersion.h"
-
#include "r128_probe.h"
#include "r128_version.h"
@@ -65,10 +63,8 @@ R128Setup
if (!Inited)
{
- if (xf86ServerIsOnlyDetecting() || !LoaderSymbol(ATI_NAME))
- xf86AddDriver(&R128, Module, 0);
-
Inited = TRUE;
+ xf86AddDriver(&R128, Module, 0);
}
return (pointer)TRUE;