e1000e: Enclose e1000e_pm_thaw() with CONFIG_PM_SLEEP
authorHiroaki SHIMODA <shimoda.hiroaki@gmail.com>
Tue, 15 Apr 2014 08:20:19 +0000 (08:20 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 19 Apr 2014 01:11:36 +0000 (18:11 -0700)
commit3e7986f67c0e444b2419f25c48815e17ebbab836
tree005793183ce633743ae28c4033cd69efecb7259a
parentc751a3d58cf2dae89ec941a259025b0175d67b0c
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>
drivers/net/ethernet/intel/e1000e/netdev.c