Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2012 20:25:09 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r243100 - head/sys/modules/agp
Message-ID:  <201211152025.qAFKP9SR050652@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211152025.qAFKP9SR050652>