commit | 3e7986f67c0e444b2419f25c48815e17ebbab836 | [log] [tgz] |
---|---|---|
author | Hiroaki SHIMODA <shimoda.hiroaki@gmail.com> | Tue Apr 15 08:20:19 2014 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Apr 18 18:11:36 2014 -0700 |
tree | 005793183ce633743ae28c4033cd69efecb7259a | |
parent | c751a3d58cf2dae89ec941a259025b0175d67b0c [diff] |
e1000e: Enclose e1000e_pm_thaw() with CONFIG_PM_SLEEP Fix following compilation warning: drivers/net/ethernet/intel/e1000e/netdev.c:6238:12: warning ‘e1000e_pm_thaw’ defined but not used [-Wunused-function] static int e1000e_pm_thaw(struct device *dev) ^ Signed-off-by: Hiroaki SHIMODA <shimoda.hiroaki@gmail.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>