From 23a21d00db6f3b88b54c44648f968018a03677d3 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Fri, 16 Jun 2006 16:37:07 +1000 Subject: [PATCH] move the declaration of pMach64 into the correct ifndef statement Signed-off-by: Tilman Sauerbeck Signed-off-by: Dave Airlie --- src/atiprobe.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/atiprobe.c') diff --git a/src/atiprobe.c b/src/atiprobe.c index 5ad4cdab..df74a42b 100644 --- a/src/atiprobe.c +++ b/src/atiprobe.c @@ -1008,10 +1008,13 @@ ATIProbe int Chipset; ATIChipType Chip; +#ifndef AVOID_NON_PCI + ATIPtr pMach64[3] = {NULL, NULL, NULL}; +#endif + #ifndef AVOID_CPIO ATIPtr pVGA = NULL, p8514 = NULL; - ATIPtr pMach64[3] = {NULL, NULL, NULL}; pciConfigPtr *xf86PciInfo = xf86GetPciConfigInfo(); PortPtr PCIPorts = NULL; int nPCIPort = 0; -- cgit v1.2.3