diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-08-17 11:53:42 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-08-29 20:00:26 +0200 |
commit | 44a9ffd4eb99ada6c1496a735a414414fef30696 (patch) | |
tree | 78eb0758d643c7938c48e2b6dc7820e7e12392b1 /drivers/media/platform/atmel | |
parent | media: af9035: prevent buffer overflow on write (diff) | |
download | linux-44a9ffd4eb99ada6c1496a735a414414fef30696.tar.xz linux-44a9ffd4eb99ada6c1496a735a414414fef30696.zip |
media: camss: mark PM functions as __maybe_unused
The empty suspend/resume functions cause a build warning
when they are unused:
drivers/media/platform/qcom/camss/camss.c:1001:12: error: 'camss_runtime_resume' defined but not used [-Werror=unused-function]
drivers/media/platform/qcom/camss/camss.c:996:12: error: 'camss_runtime_suspend' defined but not used [-Werror=unused-function]
Mark them as __maybe_unused so the compiler can silently drop them.
Fixes: 02afa816dbbf ("media: camss: Add basic runtime PM support")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Todor Tomov <todor.tomov@linaro.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/platform/atmel')
0 files changed, 0 insertions, 0 deletions