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/dev/sr | |
| parent | b9d308bed267dbbbaa1a76c0bad817e90ad9a81a (diff) | |
Notes
Diffstat (limited to 'sys/dev/sr')
| -rw-r--r-- | sys/dev/sr/if_sr_pci.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/sr/if_sr_pci.c b/sys/dev/sr/if_sr_pci.c index 50ddb7fcb799..1bf8177ece7d 100644 --- a/sys/dev/sr/if_sr_pci.c +++ b/sys/dev/sr/if_sr_pci.c @@ -30,10 +30,6 @@ * $FreeBSD$ */ -#ifndef COMPAT_OLDPCI -#error "The sr device requires the old pci compatibility shims" -#endif - #include "sr.h" #include <sys/param.h> @@ -43,6 +39,10 @@ #include <pci/pcivar.h> +#ifndef COMPAT_OLDPCI +#error "The sr device requires the old pci compatibility shims" +#endif + #ifndef BUGGY #define BUGGY 0 #endif |
