Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Feb 2023 06:47:28 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f661bce8632c - stable/13 - modules: aw_mmc: Add mmc_pwrseq_if to the source
Message-ID:  <202302020647.3126lSlv089822@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=f661bce8632ca89161e7adaa2b3e41f7cf1ffbae

commit f661bce8632ca89161e7adaa2b3e41f7cf1ffbae
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-11-14 19:52:44 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-02-02 06:47:02 +0000

    modules: aw_mmc: Add mmc_pwrseq_if to the source
    
    Needed by the module.
    
    (cherry picked from commit fbc50a695433b870275c5da112af4eb1cab7fe94)
---
 sys/modules/allwinner/aw_mmc/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/modules/allwinner/aw_mmc/Makefile b/sys/modules/allwinner/aw_mmc/Makefile
index 5421b4fc7d66..ebca6fec5418 100644
--- a/sys/modules/allwinner/aw_mmc/Makefile
+++ b/sys/modules/allwinner/aw_mmc/Makefile
@@ -9,6 +9,7 @@ SRCS+=	\
 	bus_if.h \
 	clknode_if.h \
 	device_if.h \
+	mmc_pwrseq_if.h \
 	ofw_bus_if.h
 
 .include <bsd.kmod.mk>



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