usb: core: usb_amd_resume_quirk() can be static
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Acked-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
40b3dc6da0
commit
00d5f289b2
|
@ -197,7 +197,7 @@ static bool usb_match_any_interface(struct usb_device *udev,
|
|||
return false;
|
||||
}
|
||||
|
||||
int usb_amd_resume_quirk(struct usb_device *udev)
|
||||
static int usb_amd_resume_quirk(struct usb_device *udev)
|
||||
{
|
||||
struct usb_hcd *hcd;
|
||||
|
||||
|
|
Loading…
Reference in New Issue