remove depedancy with vnode_if.h.

it is no longer needed.
This commit is contained in:
damien 2006-03-12 19:06:06 +00:00
parent c30e4662de
commit 92d92eeed2

View File

@ -3,6 +3,6 @@
.PATH: ${.CURDIR}/../../dev/iwi
KMOD = if_iwi
SRCS = if_iwi.c device_if.h bus_if.h pci_if.h vnode_if.h
SRCS = if_iwi.c device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>