From f8e61edaa12e9a0510b14bf17acbda2dc7a04bb5 Mon Sep 17 00:00:00 2001 From: "Landon J. Fuller" Date: Fri, 24 Nov 2017 19:01:14 +0000 Subject: [PATCH] bhnd(4): Add missing dependency on ofw_bus_if.h Reported by: wma Approved by: adrian (mentor, implicit) --- sys/modules/bhnd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/bhnd/Makefile b/sys/modules/bhnd/Makefile index 4c45dcb0f48..eec24e9c778 100644 --- a/sys/modules/bhnd/Makefile +++ b/sys/modules/bhnd/Makefile @@ -17,7 +17,7 @@ SRCS+= bhnd_erom_if.c bhnd_erom_if.h SRCS+= chipc.c chipc_subr.c SRCS+= chipc_gpio.c -SRCS+= gpio_if.h +SRCS+= gpio_if.h ofw_bus_if.h SRCS+= bhnd_sprom_chipc.c \ bhnd_pmu_chipc.c