commit | d9dd966d7fc088a6bed991c2b1e2fba4485e0a31 | [log] [tgz] |
---|---|---|
author | Emil Tantilov <emil.s.tantilov@intel.com> | Sat Jan 28 08:10:35 2012 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Feb 10 00:07:39 2012 -0800 |
tree | d6e52568caee14d32b6d02a181e229b3991a7ed5 | |
parent | f92518ddec7ce0ef2f7e91ae5f07e0a9e19055bf [diff] |
igb: fix warning about unused function This patch fixes a warning about unused function when CONFIG_PM_SLEEP is not selected in the kernel config: igb_main.c: warning: `igb_suspend` defined but not used [W-unused-function] Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>