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> _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"