[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CALSq=BbszVSG1y1doetJjM3BO+0XmWk1UyNqv5XViAUdV+xV6Q@mail.gmail.com>
Date: Mon, 2 Jan 2012 16:01:55 -0800
From: Daniel Halperin <dhalperi@...washington.edu>
To: netdev@...r.kernel.org
Subject: skge warning
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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists