diff --git a/sys/dev/pci/if_ipw.c b/sys/dev/pci/if_ipw.c index 49bed1554ec9..0e3c70bac74c 100644 --- a/sys/dev/pci/if_ipw.c +++ b/sys/dev/pci/if_ipw.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_ipw.c,v 1.2 2004/08/23 11:57:35 lukem Exp $ */ +/* $NetBSD: if_ipw.c,v 1.3 2004/08/27 00:02:02 lukem Exp $ */ /* Id: if_ipw.c,v 1.1.2.7 2004/08/20 11:20:11 damien Exp */ /*- @@ -29,7 +29,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if_ipw.c,v 1.2 2004/08/23 11:57:35 lukem Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_ipw.c,v 1.3 2004/08/27 00:02:02 lukem Exp $"); /*- * Intel(R) PRO/Wireless 2100 MiniPCI driver @@ -73,8 +73,8 @@ __KERNEL_RCSID(0, "$NetBSD: if_ipw.c,v 1.2 2004/08/23 11:57:35 lukem Exp $"); #include #include -#include "if_ipwreg.h" -#include "if_ipwvar.h" +#include +#include static int ipw_match(struct device *, struct cfdata *, void *); static void ipw_attach(struct device *, struct device *, void *); @@ -1899,13 +1899,3 @@ ipw_zero_mem_4(struct ipw_softc *sc, bus_size_t offset, bus_size_t count) CSR_WRITE_4(sc, IPW_CSR_AUTOINC_DATA, 0); } -#ifdef IPW_AS_LKM - -#include -#include - -MOD_MISC("ipw"); - -PCILKM_DECLARE(ipw, DV_DULL, NULL); - -#endif