]> asedeno.scripts.mit.edu Git - linux.git/commit
mailbox: tegra-hsp: mark suspend function as __maybe_unused
authorArnd Bergmann <arnd@arndb.de>
Mon, 4 Mar 2019 20:26:05 +0000 (21:26 +0100)
committerJassi Brar <jaswinder.singh@linaro.org>
Thu, 7 Mar 2019 02:31:03 +0000 (20:31 -0600)
commita904327e98a546d9a4d570e810cc67cc5b0eab7a
treeed0f1ae798d408a1fe28f223e0346296d88b86bc
parent3717f613f48df0222311f974cf8a06c8a6c97bae
mailbox: tegra-hsp: mark suspend function as __maybe_unused

We get a warning about this being unused when CONFIG_PM is disabled:

drivers/mailbox/tegra-hsp.c:782:12: error: 'tegra_hsp_resume' defined but not used [-Werror=unused-function]

Fixes: 9a63f0f40599 ("mailbox: tegra-hsp: Add suspend/resume support")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/tegra-hsp.c