pci_if.h is not needed.

This commit is contained in:
Yoshihiro Takahashi 2003-02-07 15:05:37 +00:00
parent 044b6f1d58
commit f9df75c095

View File

@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../../../dev/sound
KMOD= snd_driver
SRCS= device_if.h bus_if.h pci_if.h
SRCS= device_if.h bus_if.h
SRCS+= driver.c
.include <bsd.kmod.mk>