diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-11-08 10:51:03 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-11-08 10:54:16 +0000 |
commit | 60d6dd530a6a31c85af9e37eadcb0f90acc76209 (patch) | |
tree | 023f8e847208b009435d83cc738d6a39412c5b68 /fs | |
parent | 3d70f8c617a436c7146ecb81df2265b4626dfe89 (diff) | |
download | linux-next-60d6dd530a6a31c85af9e37eadcb0f90acc76209.tar.gz |
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>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions