mirror of
https://github.com/torvalds/linux.git
synced 2025-11-04 10:40:15 +02:00
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/gpu/drm/sti/sti_crtc.c: In function 'sti_crtc_vblank_cb':
drivers/gpu/drm/sti/sti_crtc.c:255:22: warning:
variable 'priv' set but not used [-Wunused-but-set-variable]
It never used since introduction in
commit
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| NOTES | ||
| sti_awg_utils.c | ||
| sti_awg_utils.h | ||
| sti_compositor.c | ||
| sti_compositor.h | ||
| sti_crtc.c | ||
| sti_crtc.h | ||
| sti_cursor.c | ||
| sti_cursor.h | ||
| sti_drv.c | ||
| sti_drv.h | ||
| sti_dvo.c | ||
| sti_gdp.c | ||
| sti_gdp.h | ||
| sti_hda.c | ||
| sti_hdmi.c | ||
| sti_hdmi.h | ||
| sti_hdmi_tx3g4c28phy.c | ||
| sti_hdmi_tx3g4c28phy.h | ||
| sti_hqvdp.c | ||
| sti_hqvdp_lut.h | ||
| sti_mixer.c | ||
| sti_mixer.h | ||
| sti_plane.c | ||
| sti_plane.h | ||
| sti_tvout.c | ||
| sti_vid.c | ||
| sti_vid.h | ||
| sti_vtg.c | ||
| sti_vtg.h | ||