svn commit: r243100 - head/sys/modules/agp
Eitan Adler
eadler at FreeBSD.org
Thu Nov 15 20:25:10 UTC 2012
Author: eadler
Date: Thu Nov 15 20:25:09 2012
New Revision: 243100
URL: http://svnweb.freebsd.org/changeset/base/243100
Log:
Finish removing unneeded header from agp: opt_bus.h
Approved by: cperciva
MFC after: 1 week
Modified:
head/sys/modules/agp/Makefile
Modified: head/sys/modules/agp/Makefile
==============================================================================
--- head/sys/modules/agp/Makefile Thu Nov 15 20:06:07 2012 (r243099)
+++ head/sys/modules/agp/Makefile Thu Nov 15 20:25:09 2012 (r243100)
@@ -18,7 +18,7 @@ SRCS+= agp_amd64.c agp_i810.c agp_via.c
SRCS+= agp_apple.c
.endif
SRCS+= device_if.h bus_if.h agp_if.h pci_if.h
-SRCS+= opt_agp.h opt_bus.h
+SRCS+= opt_agp.h
MFILES= kern/device_if.m kern/bus_if.m dev/agp/agp_if.m dev/pci/pci_if.m
WERROR=
More information about the svn-src-all
mailing list