aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ti
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2004-12-29 08:50:35 +0000
committerWarner Losh <imp@FreeBSD.org>2004-12-29 08:50:35 +0000
commita4aef7f9a43c5a49dcde36e5dba20635fe31305e (patch)
tree4c38b10bc6ce7f8c7ece80c40a8a7865e8437611 /sys/modules/ti
parent4c16ce4d87b7509aa8ab7453a6aa311e68cbd644 (diff)
Notes
Diffstat (limited to 'sys/modules/ti')
-rw-r--r--sys/modules/ti/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ti/Makefile b/sys/modules/ti/Makefile
index 84b026c1479a..9f73f35956b9 100644
--- a/sys/modules/ti/Makefile
+++ b/sys/modules/ti/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../pci
KMOD= if_ti
-SRCS= if_ti.c opt_bdg.h device_if.h bus_if.h pci_if.h opt_ti.h opt_zero.h \
+SRCS= if_ti.c opt_bdg.h bus_if.h pci_if.h opt_ti.h opt_zero.h \
vnode_if.h
.include <bsd.kmod.mk>