From dacc95aa33f0ab664f6bfa184b3a72f4a42181ec Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 2 May 1999 20:42:13 +0000 Subject: Make this compile with CY_PCI_FASTINTR again. --- sys/dev/cy/cy_pci.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sys/dev/cy') diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c index c4f3c89452a8..203abc45ed0f 100644 --- a/sys/dev/cy/cy_pci.c +++ b/sys/dev/cy/cy_pci.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cy_pci.c,v 1.11 1999/04/15 00:13:20 alex Exp $ + * $Id: cy_pci.c,v 1.12 1999/04/24 20:13:58 peter Exp $ */ /* @@ -38,7 +38,6 @@ #include #include -#include #include #include #include @@ -47,6 +46,10 @@ #include +#ifdef CY_PCI_FASTINTR +#include +#endif + static const char *cy_probe __P((pcici_t, pcidi_t)); static void cy_attach __P((pcici_t, int)); -- cgit v1.3