From: Bing Zhao Date: Tue, 5 Mar 2013 00:27:54 +0000 (-0800) Subject: mwifiex: fix [-Wunused-function] warnings on pcie suspend/resume X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~390^2^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8509e82064319d175192837355a92653e1517798;p=pandora-kernel.git mwifiex: fix [-Wunused-function] warnings on pcie suspend/resume drivers/net/wireless/mwifiex/pcie.c:204:12: warning: 'mwifiex_pcie_resume' defined but not used [-Wunused-function] drivers/net/wireless/mwifiex/pcie.c:166:12: warning: 'mwifiex_pcie_suspend' defined but not used [-Wunused-function] The suspend/resume handlers ought to be under CONFIG_PM directive. Reported-by: kbuild test robot Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed