summaryrefslogtreecommitdiff
path: root/sys/pci/meteor.c
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/pci/meteor.c
parentb9d308bed267dbbbaa1a76c0bad817e90ad9a81a (diff)
Notes
Diffstat (limited to 'sys/pci/meteor.c')
-rw-r--r--sys/pci/meteor.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/pci/meteor.c b/sys/pci/meteor.c
index 68359eed3f45..b3cbc0b168ce 100644
--- a/sys/pci/meteor.c
+++ b/sys/pci/meteor.c
@@ -145,10 +145,6 @@
future version of this driver.
*/
-#ifndef COMPAT_OLDPCI
-#error "The meteor device requires the old pci compatibility shims"
-#endif
-
#include "meteor.h"
#include "opt_meteor.h"
@@ -175,6 +171,9 @@
#include <machine/ioctl_meteor.h>
#include <pci/meteor_reg.h>
+#ifndef COMPAT_OLDPCI
+#error "The meteor device requires the old pci compatibility shims"
+#endif
static void meteor_intr __P((void *arg));