mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-21 19:37:17 +00:00
We now get a warning after the 'dmadev' variable is no longer used:
drivers/media/platform/omap/omap_vout_vrfb.c: In function 'omap_vout_prepare_vrfb':
drivers/media/platform/omap/omap_vout_vrfb.c:239:21: error: unused variable 'dmadev' [-Werror=unused-variable]
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| omap_vout_vrfb.c | ||
| omap_vout_vrfb.h | ||
| omap_vout.c | ||
| omap_voutdef.h | ||
| omap_voutlib.c | ||
| omap_voutlib.h | ||