From: Luis Henriques Date: Wed, 1 Oct 2014 23:10:57 +0000 (+0100) Subject: usb: storage: fix build warnings !CONFIG_PM X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~144^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec5633ba677761b44ba94ae29c906ba79dd6eaa0;p=pandora-kernel.git usb: storage: fix build warnings !CONFIG_PM Functions fw5895_init() and config_autodelink_before_power_down() are used only when CONFIG_PM is defined. drivers/usb/storage/realtek_cr.c:699:13: warning: 'fw5895_init' defined but not used [-Wunused-function] drivers/usb/storage/realtek_cr.c:629:12: warning: 'config_autodelink_before_power_down' defined but not used [-Wunused-function] Signed-off-by: Luis Henriques Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed