diff options
author | Daniel Halperin <dhalperi@cs.washington.edu> | 2011-08-26 08:11:15 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-29 21:30:29 +0200 |
commit | f090fba305658fe6e464e2fbd25fad81957ece26 (patch) | |
tree | e72f8755784611d5da52c5d0bb10f808664bc436 /drivers/net/wireless/iwlwifi/iwl-1000.c | |
parent | iwlagn: all function iwl-io.c receive iwl_bus (diff) | |
download | linux-f090fba305658fe6e464e2fbd25fad81957ece26.tar.xz linux-f090fba305658fe6e464e2fbd25fad81957ece26.zip |
iwlagn: fix compile warnings when CONFIG_PM_SLEEP is not set
CC [M] drivers/net/wireless/iwlwifi/iwl-pci.o
drivers/net/wireless/iwlwifi/iwl-pci.c:506: warning: iwl_pci_suspend defined but not used
drivers/net/wireless/iwlwifi/iwl-pci.c:519: warning: iwl_pci_resume defined but not used
These are only used if CONFIG_PM_SLEEP is enabled. CONFIG_PM depends
(CONFIG_PM_SLEEP || CONFIG_PM_RUNTIME), so it can be set without
CONFIG_PM_SLEEP selected.
Signed-off-by: Daniel Halperin <dhalperi@cs.washington.edu>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-1000.c')
0 files changed, 0 insertions, 0 deletions