commit | 60d6dd530a6a31c85af9e37eadcb0f90acc76209 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Nov 08 10:51:03 2012 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Nov 08 10:54:16 2012 +0000 |
tree | 023f8e847208b009435d83cc738d6a39412c5b68 | |
parent | 3d70f8c617a436c7146ecb81df2265b4626dfe89 [diff] |
WATCHDOG: fix build PM warnings drivers/watchdog/sp805_wdt.c:288:12: warning: 'sp805_wdt_suspend' defined but not used drivers/watchdog/sp805_wdt.c:298:12: warning: 'sp805_wdt_resume' defined but not used This is caused by the wrong config symbol being used for these functions. Rather than fixing that, mark the functions with __maybe_unused Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>