diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-03-02 16:58:53 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-03-09 11:08:32 +0700 |
commit | 6be2a3a0769849d234ef830617c5a7235b8f48e8 (patch) | |
tree | 2809f936f535bd57f0be03c6ccdc9c954ad630e2 /drivers/infiniband/core/agent.h | |
parent | 331207af11964954f51ec44689b93977ac0c6843 (diff) |
pinctrl: at91: use __maybe_unused to hide pm functions
The at91-pio4 pinctrl driver uses SET_SYSTEM_SLEEP_PM_OPS() to
conditionally set the correct suspend/resume options, but they
become unused when CONFIG_PM is disabled:
drivers/pinctrl/pinctrl-at91-pio4.c:827:12: error: 'atmel_pctrl_suspend' defined but not used [-Werror=unused-function]
drivers/pinctrl/pinctrl-at91-pio4.c:847:12: error: 'atmel_pctrl_resume' defined but not used [-Werror=unused-function]
This adds __maybe_unused annotations so the compiler knows
it can silently drop them instead of warning.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/infiniband/core/agent.h')
0 files changed, 0 insertions, 0 deletions