mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-23 14:21:35 +00:00
The locomolcd driver has one remaining missing-prototype warning: drivers/video/backlight/locomolcd.c:83:6: error: no previous prototype for 'locomolcd_power' [-Werror=missing-prototypes] There is in fact an unused prototype with a similar name in a global header, so move the actual one there and remove the old one. Link: https://lore.kernel.org/r/20230927194844.680771-1-arnd@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de> |
||
|---|---|---|
| .. | ||
| include/mach | ||
| assabet.c | ||
| clock.c | ||
| collie.c | ||
| generic.c | ||
| generic.h | ||
| h3xxx.c | ||
| h3600.c | ||
| jornada720_ssp.c | ||
| jornada720.c | ||
| Kconfig | ||
| Makefile | ||
| neponset.c | ||
| pm.c | ||
| sleep.S | ||
| ssp.c | ||