From owner-svn-src-all@FreeBSD.ORG Sun May 18 09:19:13 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EB973AB4; Sun, 18 May 2014 09:19:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8A462941; Sun, 18 May 2014 09:19:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4I9JDUO044950; Sun, 18 May 2014 09:19:13 GMT (envelope-from hselasky@svn.freebsd.org) Received: (from hselasky@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4I9JDY2044949; Sun, 18 May 2014 09:19:13 GMT (envelope-from hselasky@svn.freebsd.org) Message-Id: <201405180919.s4I9JDY2044949@svn.freebsd.org> From: Hans Petter Selasky Date: Sun, 18 May 2014 09:19:13 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r266395 - in head/sys: dev/usb/controller modules/usb/dwc_otg X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2014 09:19:14 -0000 Author: hselasky Date: Sun May 18 09:19:13 2014 New Revision: 266395 URL: http://svnweb.freebsd.org/changeset/base/266395 Log: - Remove no longer used file. FDT is used to attach device drivers. Deleted: head/sys/dev/usb/controller/dwc_otg_atmelarm.c Modified: head/sys/modules/usb/dwc_otg/Makefile Modified: head/sys/modules/usb/dwc_otg/Makefile ============================================================================== --- head/sys/modules/usb/dwc_otg/Makefile Sun May 18 09:13:29 2014 (r266394) +++ head/sys/modules/usb/dwc_otg/Makefile Sun May 18 09:19:13 2014 (r266395) @@ -35,8 +35,4 @@ SRCS= bus_if.h device_if.h usb_if.h \ dwc_otg.c dwc_otg_fdt.c \ pci_if.h -.if defined(HAS_ATMELARM) -SRCS+= dwc_otg_atmelarm.c -.endif - .include