svn commit: r266395 - in head/sys: dev/usb/controller modules/usb/dwc_otg

Hans Petter Selasky hselasky at FreeBSD.org
Sun May 18 09:19:14 UTC 2014


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>


More information about the svn-src-head mailing list