diff options
author | Tony Prisk <linux@prisktech.co.nz> | 2013-03-27 06:28:00 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-28 19:18:54 +0100 |
commit | 4d053fdac3c44ec8c7a78c810292a156abf84971 (patch) | |
tree | b9771222f59e13b4f5dc605cbefcccd8d9460249 /drivers/usb/host/ehci-platform.c | |
parent | USB: ehci-spear: add CONFIG_PM_SLEEP to suspend/resume functions (diff) | |
download | linux-4d053fdac3c44ec8c7a78c810292a156abf84971.tar.xz linux-4d053fdac3c44ec8c7a78c810292a156abf84971.zip |
usb: ehci: unlink_empty_async_suspended() only used with CONFIG_PM
Compiling with !CONFIG_PM generates an unused function warning on
unlink_empty_async_suspended().
Enclose the function in a #ifdef CONFIG_PM
Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ehci-platform.c')
0 files changed, 0 insertions, 0 deletions