staging: dwc2: remove unneeded arguments from two functions
authorPaul Zimmerman <Paul.Zimmerman@synopsys.com>
Tue, 26 Mar 2013 00:03:35 +0000 (17:03 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Mar 2013 00:10:35 +0000 (17:10 -0700)
Remove the unneeded struct device *dev argument from dwc2_hcd_init()
and dwc2_hcd_remove(), and pass in the value through the hsotg->dev
member instead

Signed-off-by: Paul Zimmerman <paulz@synopsys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found