summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/e1000e
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2023-04-28 23:00:09 +0300
committerTony Nguyen <anthony.l.nguyen@intel.com>2023-05-18 19:11:32 +0300
commit7271522b729b80d9581f4b3debef0e942d3a1049 (patch)
treeaba16104106e9f05c9a27f9873b8cba95b3fc5fb /drivers/net/ethernet/intel/e1000e
parent95b681485563c64585de78662ee52d06b7fa47d9 (diff)
downloadlinux-7271522b729b80d9581f4b3debef0e942d3a1049.tar.xz
igb: Define igb_pm_ops conditionally on CONFIG_PM
For s390, gcc with W=1 reports drivers/net/ethernet/intel/igb/igb_main.c:186:32: error: 'igb_pm_ops' defined but not used [-Werror=unused-const-variable=] 186 | static const struct dev_pm_ops igb_pm_ops = { | ^~~~~~~~~~ The only use of igb_pm_ops is conditional on CONFIG_PM. The definition of igb_pm_ops should also be conditional on CONFIG_PM Signed-off-by: Tom Rix <trix@redhat.com> Reviewed-by: Simon Horman <simon.horman@corigine.com> Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com> (A Contingent worker at Intel) Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/e1000e')
0 files changed, 0 insertions, 0 deletions