summaryrefslogtreecommitdiffstats
path: root/sys/pci/simos.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-03-27 20:24:02 +0000
committerimp <imp@FreeBSD.org>2000-03-27 20:24:02 +0000
commit08732049490f877a5a9ce7aca95b16362371d29a (patch)
treee805f7d91f322505bd74be263d11fcfc800fc557 /sys/pci/simos.c
parentc0e09df016e1c742635bf5439eda43e93cf6f171 (diff)
downloadFreeBSD-src-08732049490f877a5a9ce7aca95b16362371d29a.zip
FreeBSD-src-08732049490f877a5a9ce7aca95b16362371d29a.tar.gz
Ahhrggg. Put the test for the compat shims AFTER the file that includes
them. Pointed out by: bde
Diffstat (limited to 'sys/pci/simos.c')
-rw-r--r--sys/pci/simos.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/pci/simos.c b/sys/pci/simos.c
index 1afb432..e325f12 100644
--- a/sys/pci/simos.c
+++ b/sys/pci/simos.c
@@ -26,10 +26,6 @@
* $FreeBSD$
*/
-#ifndef COMPAT_OLDPCI
-#error "The simos device requires the old pci compatibility shims"
-#endif
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
@@ -56,6 +52,10 @@
#include <pci/pcireg.h>
#include <pci/pcivar.h>
+#ifndef COMPAT_OLDPCI
+#error "The simos device requires the old pci compatibility shims"
+#endif
+
#include <machine/alpha_cpu.h>
struct simos_softc {
OpenPOWER on IntegriCloud