git: 393bbd23b344 - stable/14 - modules: gpioaei: Fix arm64.LINT-FDT breakage
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Nov 2024 16:02:31 UTC
The branch stable/14 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=393bbd23b3446bb4ac4924f7e1c98bbdcff4455d
commit 393bbd23b3446bb4ac4924f7e1c98bbdcff4455d
Author: Ravi Pokala <rpokala@FreeBSD.org>
AuthorDate: 2024-11-02 05:08:11 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2024-11-03 16:01:28 +0000
modules: gpioaei: Fix arm64.LINT-FDT breakage
'acpi_if.h' was accidentally omitted from the module Makefile; add it.
Fixes: 9709bda03cd0
(cherry picked from commit bb8b3b1741188ab284e8b48ec367961a480421cb)
---
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 \