Bug 35356

Summary: Dead code uhci_reset() in /sys/dev/usb/uhci.c
Product: Base System Reporter: peter.jeremy <peter.jeremy>
Component: kernAssignee: joe <joe>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description peter.jeremy 2002-02-26 21:40:01 UTC
	/sys/dev/usb/uhci.c defines an unused static function uhci_reset().

How-To-Repeat: 	Try to build GENERIC with sys/conf/kern.pre.mk 1.8
Comment 1 joe freebsd_committer freebsd_triage 2002-02-27 14:06:40 UTC
Responsible Changed
From-To: freebsd-bugs->joe

I'm not sure whether this is dead code, or code that hasn't been 
used yet.  As you're aware I'm in the process of merging NetBSD's 
developments into our codebase.  It's possible that I've merged in stuff 
that's not being used yet. 
.
Comment 2 joe freebsd_committer freebsd_triage 2002-03-28 11:52:16 UTC
State Changed
From-To: open->closed

I don't think that we need this PR anymore.