mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-09 13:22:19 +00:00
Using the SET_RUNTIME_PM_OPS() macro causes a warning about the
referenced functions when they are marked static but not __maybe_unused:
drivers/gpu/drm/omapdrm/dss/dss.c:1572:12: error: unused function 'dss_runtime_suspend' [-Werror,-Wunused-function]
drivers/gpu/drm/omapdrm/dss/dss.c:1584:12: error: unused function 'dss_runtime_resume' [-Werror,-Wunused-function]
drivers/gpu/drm/omapdrm/dss/dispc.c:4845:12: error: unused function 'dispc_runtime_suspend' [-Werror,-Wunused-function]
drivers/gpu/drm/omapdrm/dss/dispc.c:4860:12: error: unused function 'dispc_runtime_resume' [-Werror,-Wunused-function]
Fixes:
|
||
|---|---|---|
| .. | ||
| dss | ||
| Kconfig | ||
| Makefile | ||
| omap_crtc.c | ||
| omap_crtc.h | ||
| omap_debugfs.c | ||
| omap_dmm_priv.h | ||
| omap_dmm_tiler.c | ||
| omap_dmm_tiler.h | ||
| omap_drv.c | ||
| omap_drv.h | ||
| omap_encoder.c | ||
| omap_encoder.h | ||
| omap_fb.c | ||
| omap_fb.h | ||
| omap_fbdev.c | ||
| omap_fbdev.h | ||
| omap_gem_dmabuf.c | ||
| omap_gem.c | ||
| omap_gem.h | ||
| omap_irq.c | ||
| omap_irq.h | ||
| omap_overlay.c | ||
| omap_overlay.h | ||
| omap_plane.c | ||
| omap_plane.h | ||
| tcm-sita.c | ||
| tcm.h | ||
| TODO | ||