summaryrefslogtreecommitdiff
path: root/sys/dev/ar
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2000-03-27 20:24:02 +0000
committerWarner Losh <imp@FreeBSD.org>2000-03-27 20:24:02 +0000
commitd0d3b8345b0d7c853b385d92e44553a1dbd26ea5 (patch)
treeb0e0712f81bd575ae5b3509ae9f83cbb8d8edf51 /sys/dev/ar
parentb9d308bed267dbbbaa1a76c0bad817e90ad9a81a (diff)
Notes
Diffstat (limited to 'sys/dev/ar')
-rw-r--r--sys/dev/ar/if_ar_pci.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ar/if_ar_pci.c b/sys/dev/ar/if_ar_pci.c
index 9643412511cb..6fa1d522d3d7 100644
--- a/sys/dev/ar/if_ar_pci.c
+++ b/sys/dev/ar/if_ar_pci.c
@@ -29,10 +29,6 @@
* $FreeBSD$
*/
-#ifndef COMPAT_OLDPCI
-#error "The ar device requires the old pci compatibility shims"
-#endif
-
#include "ar.h"
#include <sys/param.h>
@@ -42,6 +38,10 @@
#include <pci/pcivar.h>
+#ifndef COMPAT_OLDPCI
+#error "The ar device requires the old pci compatibility shims"
+#endif
+
/*
* The must match with the real functions in if_ar.c
*/