diff options
author | Jordan Crouse <jordan.crouse@amd.com> | 2008-03-13 15:00:36 -0600 |
---|---|---|
committer | Jordan Crouse <jordan.crouse@amd.com> | 2008-03-13 16:04:03 -0600 |
commit | d8f8277c89752286da329c50b769986a19b521de (patch) | |
tree | 71afcf8573a7934b7343d533db1908773b911d5d | |
parent | 95159125cb19acdfb23ee5042acf9d8b9d776c7a (diff) |
amd: Fix a compile error in < 1.5 builds
-rw-r--r-- | src/amd_driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd_driver.c b/src/amd_driver.c index 1e28e2e..4d11194 100644 --- a/src/amd_driver.c +++ b/src/amd_driver.c @@ -522,6 +522,7 @@ AmdProbe(DriverPtr drv, int flags) int *usedChips = NULL; int i; void (*drvr_setup) (ScrnInfoPtr pScrni) = NULL; + int CPUDetected; DEBUGMSG(1, (0, X_INFO, "AmdProbe: Probing for supported devices!\n")); /* |