Date: Sun, 18 May 2014 09:19:13 +0000 (UTC) From: Hans Petter Selasky <hselasky@FreeBSD.org> 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 Message-ID: <201405180919.s4I9JDY2044949@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.kmod.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405180919.s4I9JDY2044949>