summaryrefslogtreecommitdiffstats
path: root/block/bfq-iosched.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-12-10 21:42:58 +0100
committerThierry Reding <treding@nvidia.com>2020-01-10 16:39:07 +0100
commitf90965abc51d9a72cd6fa414e9480edff9ddaced (patch)
tree9b170c3bcaae508a22adc57d1aa5ea542104054c /block/bfq-iosched.c
parentfd67e9c6ed5af223af0daee093593abe3dbb53d4 (diff)
downloadlinux-f90965abc51d9a72cd6fa414e9480edff9ddaced.tar.bz2
drm/tegra: sor: Mark PM functions as __maybe_unused
Without CONFIG_PM, some functions cause harmless warnings: drivers/gpu/drm/tegra/sor.c:3984:12: error: 'tegra_sor_resume' defined but not used [-Werror=unused-function] static int tegra_sor_resume(struct device *dev) ^~~~~~~~~~~~~~~~ drivers/gpu/drm/tegra/sor.c:3970:12: error: 'tegra_sor_suspend' defined but not used [-Werror=unused-function] static int tegra_sor_suspend(struct device *dev) ^~~~~~~~~~~~~~~~~ Mark these as __maybe_unused so the compiler can drop them silently. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'block/bfq-iosched.c')
0 files changed, 0 insertions, 0 deletions