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/if_en_pci.c | |
| parent | b9d308bed267dbbbaa1a76c0bad817e90ad9a81a (diff) | |
Notes
Diffstat (limited to 'sys/pci/if_en_pci.c')
| -rw-r--r-- | sys/pci/if_en_pci.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/pci/if_en_pci.c b/sys/pci/if_en_pci.c index 5212499ce213..3a2f37a3fd95 100644 --- a/sys/pci/if_en_pci.c +++ b/sys/pci/if_en_pci.c @@ -45,10 +45,6 @@ * thanks to Matt Thomas for figuring out FreeBSD vs NetBSD vs etc.. diffs. */ -#ifndef COMPAT_OLDPCI -#error "The en device requires the old pci compatibility shims" -#endif - #include "en.h" #include <sys/param.h> @@ -70,6 +66,10 @@ #include <dev/en/midwayreg.h> #include <dev/en/midwayvar.h> +#ifndef COMPAT_OLDPCI +#error "The en device requires the old pci compatibility shims" +#endif + /* * prototypes |
