diff options
Diffstat (limited to 'sys/pci/if_mn.c')
| -rw-r--r-- | sys/pci/if_mn.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/pci/if_mn.c b/sys/pci/if_mn.c index cc11fd5332c9..b4ec284b5659 100644 --- a/sys/pci/if_mn.c +++ b/sys/pci/if_mn.c @@ -24,10 +24,6 @@ * $FreeBSD$ */ -#ifndef COMPAT_OLDPCI -#error "The mn device requires the old pci compatibility shims" -#endif - /* * Stuff to describe the MUNIC32X and FALC54 chips. */ @@ -59,6 +55,10 @@ #include <netgraph/ng_sample.h> #include <netgraph/netgraph.h> +#ifndef COMPAT_OLDPCI +#error "The mn device requires the old pci compatibility shims" +#endif + static int mn_maxlatency = 1000; SYSCTL_INT(_debug, OID_AUTO, mn_maxlatency, CTLFLAG_RW, &mn_maxlatency, 0, |
