diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-03-27 20:24:02 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-03-27 20:24:02 +0000 |
| commit | d0d3b8345b0d7c853b385d92e44553a1dbd26ea5 (patch) | |
| tree | b0e0712f81bd575ae5b3509ae9f83cbb8d8edf51 /sys/pci/meteor.c | |
| parent | b9d308bed267dbbbaa1a76c0bad817e90ad9a81a (diff) | |
Notes
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)); |
