diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-05-25 18:25:08 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-06-28 16:19:32 +0300 |
commit | 6f3de8388efcede60a7aee04022c4d02719f44c8 (patch) | |
tree | 053e7845e7ff4f86c2c34e5c48f110fe6858a9a7 /samples | |
parent | 795bce437f4ef9bdc116af1d7575c9f73f783a0c (diff) | |
download | linux-6f3de8388efcede60a7aee04022c4d02719f44c8.tar.xz |
media: omap3isp: fix warning for !CONFIG_PM
The final version of the COMPILE_TEST patch for this driver missed
one warning about suspend/resume functions that can now appear
on platforms that don't always set CONFIG_PM:
drivers/media/platform/omap3isp/isp.c:1008:13: error: 'isp_resume_modules' defined but not used [-Werror=unused-function]
static void isp_resume_modules(struct isp_device *isp)
^~~~~~~~~~~~~~~~~~
drivers/media/platform/omap3isp/isp.c:974:12: error: 'isp_suspend_modules' defined but not used [-Werror=unused-function]
static int isp_suspend_modules(struct isp_device *isp)
This marks the respective functions as __maybe_unused as an easy
workaround.
Fixes: 243131134be4 ("media: omap3isp: Allow it to build with COMPILE_TEST")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions