Date: Sat, 2 Nov 2024 05:13:59 GMT From: Ravi Pokala <rpokala@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: bb8b3b174118 - main - modules: gpioaei: Fix arm64.LINT-FDT breakage Message-ID: <202411020513.4A25Dx7h035880@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411020513.4A25Dx7h035880>