skge warning
From: Daniel Halperin <hidden>
Date: 2012-01-03 00:02:20
From: Daniel Halperin <hidden>
Date: 2012-01-03 00:02:20
I'm using Linus' current branch. drivers/net/ethernet/marvell/skge.c:4046: warning: ‘skge_suspend’ defined but not used drivers/net/ethernet/marvell/skge.c:4071: warning: ‘skge_resume’ defined but not used It appears to be the use of the wrong CONFIG option. (The code curently uses CONFIG_PM to see whether these functions are used). Here's the relevant section of my .config: # # Power management and ACPI options # # CONFIG_SUSPEND is not set # CONFIG_HIBERNATION is not set CONFIG_PM_RUNTIME=y CONFIG_PM=y CONFIG_PM_DEBUG=y # CONFIG_PM_ADVANCED_DEBUG is not set Thanks, Dan