git: bb8b3b174118 - main - modules: gpioaei: Fix arm64.LINT-FDT breakage
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Nov 2024 05:13:59 UTC
The branch main has been updated by rpokala:
URL: https://cgit.FreeBSD.org/src/commit/?id=bb8b3b1741188ab284e8b48ec367961a480421cb
commit bb8b3b1741188ab284e8b48ec367961a480421cb
Author: Ravi Pokala <rpokala@FreeBSD.org>
AuthorDate: 2024-11-02 05:08:11 +0000
Commit: Ravi Pokala <rpokala@FreeBSD.org>
CommitDate: 2024-11-02 05:08:11 +0000
modules: gpioaei: Fix arm64.LINT-FDT breakage
'acpi_if.h' was accidentally omitted from the module Makefile; add it.
Fixes: 9709bda03cd0
---
sys/modules/gpio/gpioaei/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys/modules/gpio/gpioaei/Makefile b/sys/modules/gpio/gpioaei/Makefile
index 514dcd80a35e..8f856af48eb7 100644
--- a/sys/modules/gpio/gpioaei/Makefile
+++ b/sys/modules/gpio/gpioaei/Makefile
@@ -4,6 +4,7 @@ KMOD= gpioaei
SRCS= gpioaei.c
SRCS+= \
+ acpi_if.h \
bus_if.h \
device_if.h \
gpio_if.h \