diff options
Diffstat (limited to 'sys/pci/meteor.c')
| -rw-r--r-- | sys/pci/meteor.c | 7 |
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)); |
