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/cy_pci.c | |
| parent | b9d308bed267dbbbaa1a76c0bad817e90ad9a81a (diff) | |
Notes
Diffstat (limited to 'sys/pci/cy_pci.c')
| -rw-r--r-- | sys/pci/cy_pci.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/pci/cy_pci.c b/sys/pci/cy_pci.c index e52e554bc8b2..e1158d2e35e8 100644 --- a/sys/pci/cy_pci.c +++ b/sys/pci/cy_pci.c @@ -33,10 +33,6 @@ #include "opt_cy_pci_fastintr.h" -#ifndef COMPAT_OLDPCI -#error "The cy device requires the old pci compatibility shims" -#endif - #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> @@ -51,6 +47,10 @@ #include <i386/isa/intr_machdep.h> #endif +#ifndef COMPAT_OLDPCI +#error "The cy device requires the old pci compatibility shims" +#endif + static const char *cy_probe __P((pcici_t, pcidi_t)); static void cy_attach __P((pcici_t, int)); |
