mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 17:57:54 -04:00
drivers: usb: core: hcd: moved asterix to variable
instead of type Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f1125f81fe
commit
842c196007
@@ -2824,7 +2824,7 @@ void usb_remove_hcd(struct usb_hcd *hcd)
|
||||
EXPORT_SYMBOL_GPL(usb_remove_hcd);
|
||||
|
||||
void
|
||||
usb_hcd_platform_shutdown(struct platform_device* dev)
|
||||
usb_hcd_platform_shutdown(struct platform_device *dev)
|
||||
{
|
||||
struct usb_hcd *hcd = platform_get_drvdata(dev);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user