diff options
author | Dave Airlie <airlied@linux.ie> | 2008-02-16 09:05:07 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2008-02-16 09:05:07 +1000 |
commit | c773bc6a314327da29e21e4ebac6fa7f3e98a0a7 (patch) | |
tree | f7e5dc06bb5e519fea0abd33e0b7634412f6e41e /src/radeon_probe.c | |
parent | 690a52da5248f47a587a878d05fce9784957970b (diff) |
r128/radeon: fix build without pciaccess
Diffstat (limited to 'src/radeon_probe.c')
-rw-r--r-- | src/radeon_probe.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/radeon_probe.c b/src/radeon_probe.c index 658f9090..936d43f0 100644 --- a/src/radeon_probe.c +++ b/src/radeon_probe.c @@ -56,6 +56,10 @@ #include "radeon_pci_device_match_gen.h" #endif +#ifndef XSERVER_LIBPCIACCESS +static Bool RADEONProbe(DriverPtr drv, int flags); +#endif + int gRADEONEntityIndex = -1; /* Return the options for supported chipset 'n'; NULL otherwise */ |