mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-11 23:56:58 +00:00
When building with W=1, we get the following warning:
drivers/acpi/arm64/agdi.c:88:13: warning: no previous prototype for ‘acpi_agdi_init’ [-Wmissing-prototypes]
void __init acpi_agdi_init(void)
Include AGDI driver's header file to pull in the prototype definition
for acpi_agdi_init() to get rid of the compiler warning
Fixes:
|
||
|---|---|---|
| .. | ||
| agdi.c | ||
| dma.c | ||
| gtdt.c | ||
| iort.c | ||
| Kconfig | ||
| Makefile | ||