diff options
Diffstat (limited to 'sys/dev/sr/if_sr_pci.c')
| -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 |
