svn commit: r326174 - head/sys/modules/bhnd

Landon J. Fuller landonf at FreeBSD.org
Fri Nov 24 19:01:15 UTC 2017


Author: landonf
Date: Fri Nov 24 19:01:14 2017
New Revision: 326174
URL: https://svnweb.freebsd.org/changeset/base/326174

Log:
  bhnd(4): Add missing dependency on ofw_bus_if.h
  
  Reported by:	wma
  Approved by:	adrian (mentor, implicit)

Modified:
  head/sys/modules/bhnd/Makefile

Modified: head/sys/modules/bhnd/Makefile
==============================================================================
--- head/sys/modules/bhnd/Makefile	Fri Nov 24 17:57:00 2017	(r326173)
+++ head/sys/modules/bhnd/Makefile	Fri Nov 24 19:01:14 2017	(r326174)
@@ -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


More information about the svn-src-head mailing list