diff options
author | Alan Stern <[email protected]> | 2016-02-04 11:17:36 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2016-02-04 11:27:11 -0800 |
commit | 1586ba0c218b10cce1de57c45f599dd8831a2d12 (patch) | |
tree | 4fb66ccaa51f3e3a4ad5648703819013c61d608d /tools/perf/scripts/python | |
parent | 379d3d33c83b667b0edad0110693567306463882 (diff) |
USB: EHCI: fix compiler warning introduced by commit 2a40f324541e
Fix the following compiler warning (found by the kbuild test robot):
drivers/usb/host/ehci-hcd.c:312:13: warning: 'unlink_empty_async_suspended' declared 'static' but never defined
Commit 2a40f324541e ("USB: EHCI: fix regression during bus resume")
protected the function definition with a "#ifdef CONFIG_PM" block, so
now the declaration needs to be similarly protected. This patch moves
it to a better location.
Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Alan Stern <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions