From 08732049490f877a5a9ce7aca95b16362371d29a Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 27 Mar 2000 20:24:02 +0000 Subject: Ahhrggg. Put the test for the compat shims AFTER the file that includes them. Pointed out by: bde --- sys/dev/amd/amd.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/dev/amd') diff --git a/sys/dev/amd/amd.c b/sys/dev/amd/amd.c index 3d172f3..073f626 100644 --- a/sys/dev/amd/amd.c +++ b/sys/dev/amd/amd.c @@ -50,10 +50,6 @@ /* #define AMD_DEBUG0 */ /* #define AMD_DEBUG_SCSI_PHASE */ -#ifndef COMPAT_OLDPCI -#error "The amd device requires the old pci compatibility shims" -#endif - #include #include @@ -83,6 +79,10 @@ #include +#ifndef COMPAT_OLDPCI +#error "The amd device requires the old pci compatibility shims" +#endif + #define PCI_DEVICE_ID_AMD53C974 0x20201022ul #define PCI_BASE_ADDR0 0x10 -- cgit v1.1