Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2024 16:02:31 GMT
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 393bbd23b344 - stable/14 - modules: gpioaei: Fix arm64.LINT-FDT breakage
Message-ID:  <202411031602.4A3G2VEt016912@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411031602.4A3G2VEt016912>