drm/tegra: vic: Fix build warning when CONFIG_PM=n
[ Upstream commit b5d5288a ] drivers/gpu/drm/tegra/vic.c:326:12: error: ‘vic_runtime_suspend’ defined but not used [-Werror=unused-function] static int vic_runtime_suspend(struct device *dev) ^~~~~~~~~~~~~~~~~~~ drivers/gpu/drm/tegra/vic.c:292:12: error: ‘vic_runtime_resume’ defined but not used [-Werror=unused-function] static int vic_runtime_resume(struct device *dev) ^~~~~~~~~~~~~~~~~~ Mark it as __maybe_unused. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Stable-dep-of: c7860cbe ("drm/tegra: Fix vmapping of prime buffers") Signed-off-by: Sasha Levin <sashal@kernel.org>
Please register or sign in to comment