aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-09-23 15:19:41 +0200
committerDavid S. Miller <davem@davemloft.net>2014-09-26 16:49:01 -0400
commit0a29b3dafbb2fc46421cc2950523814c7c6c8bfb (patch)
tree4e0cb844ac0877925589276c6be4814a3e163ad0 /arch/sparc
parentnet/openvswitch: remove dup comment in vport.h (diff)
downloadlinux-dev-0a29b3dafbb2fc46421cc2950523814c7c6c8bfb.tar.xz
linux-dev-0a29b3dafbb2fc46421cc2950523814c7c6c8bfb.zip
net: bcmgenet: Fix compile warning
bcmgenet_wol_resume() is only used in bcmgenet_resume(), which is only defined when CONFIG_PM_SLEEP is enabled. This leads to the following compile warning when building with !CONFIG_PM_SLEEP: drivers/net/ethernet/broadcom/genet/bcmgenet.c:1967:12: warning: ‘bcmgenet_wol_resume’ defined but not used [-Wunused-function] Since bcmgenet_resume() is the only user of bcmgenet_wol_resume(), fix this by directly inlining the function there. Reported-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc')
0 files changed, 0 insertions, 0 deletions