From owner-p4-projects@FreeBSD.ORG Fri Jul 30 22:03:27 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id DFB4E1065675; Fri, 30 Jul 2010 22:03:26 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A435B1065673 for ; Fri, 30 Jul 2010 22:03:26 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9241F8FC1F for ; Fri, 30 Jul 2010 22:03:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o6UM3Q6E042731 for ; Fri, 30 Jul 2010 22:03:26 GMT (envelope-from hselasky@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o6UM3QY4042729 for perforce@freebsd.org; Fri, 30 Jul 2010 22:03:26 GMT (envelope-from hselasky@FreeBSD.org) Date: Fri, 30 Jul 2010 22:03:26 GMT Message-Id: <201007302203.o6UM3QY4042729@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to hselasky@FreeBSD.org using -f From: Hans Petter Selasky To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 181617 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2010 22:03:27 -0000 http://p4web.freebsd.org/@@181617?ac=10 Change 181617 by hselasky@hselasky_laptop001 on 2010/07/30 22:02:40 USB modules: - remove superfluous header file sources from Makefiles Affected files ... .. //depot/projects/usb/src/sys/modules/usb/ehci/Makefile#2 edit .. //depot/projects/usb/src/sys/modules/usb/ohci/Makefile#2 edit .. //depot/projects/usb/src/sys/modules/usb/uhci/Makefile#2 edit Differences ... ==== //depot/projects/usb/src/sys/modules/usb/ehci/Makefile#2 (text+ko) ==== @@ -32,7 +32,7 @@ KMOD= ehci SRCS= bus_if.h device_if.h usb_if.h \ opt_bus.h opt_usb.h \ - ehci_pci.c ehci.c ehci.h \ + ehci_pci.c ehci.c \ pci_if.h .include ==== //depot/projects/usb/src/sys/modules/usb/ohci/Makefile#2 (text+ko) ==== @@ -32,7 +32,7 @@ KMOD= ohci SRCS= bus_if.h device_if.h usb_if.h \ opt_bus.h opt_usb.h \ - ohci_pci.c ohci.c ohci.h \ + ohci_pci.c ohci.c \ pci_if.h .include ==== //depot/projects/usb/src/sys/modules/usb/uhci/Makefile#2 (text+ko) ==== @@ -32,7 +32,7 @@ KMOD= uhci SRCS= bus_if.h device_if.h usb_if.h \ opt_bus.h opt_usb.h \ - uhci_pci.c uhci.c uhci.h \ + uhci_pci.c uhci.c \ pci_if.h .include