Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nick-nhusb]: src/sys/dev/usb Remove unnecessary needs-flags against the ...



details:   https://anonhg.NetBSD.org/src/rev/504b14062333
branches:  nick-nhusb
changeset: 334078:504b14062333
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Dec 05 14:55:14 2014 +0000

description:
Remove unnecessary needs-flags against the usb attribute.

diffstat:

 sys/dev/usb/files.usb |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0a781983fd0e -r 504b14062333 sys/dev/usb/files.usb
--- a/sys/dev/usb/files.usb     Fri Dec 05 13:23:37 2014 +0000
+++ b/sys/dev/usb/files.usb     Fri Dec 05 14:55:14 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.usb,v 1.135.2.1 2014/12/02 09:00:33 skrll Exp $
+#      $NetBSD: files.usb,v 1.135.2.2 2014/12/05 14:55:14 skrll Exp $
 #
 # Config file and device description for machine-independent USB code.
 # Included by ports that need it.  Ports that use it must provide
@@ -99,7 +99,7 @@
 
 device usb: usbroothubif
 attach usb at usbus
-file   dev/usb/usb.c                   usb                     needs-flag
+file   dev/usb/usb.c                   usb
 file   dev/usb/usbdi.c                 usb
 file   dev/usb/usbdi_util.c            usb
 file   dev/usb/usb_subr.c              usb



Home | Main Index | Thread Index | Old Index