svn commit: r331045 - head/sys/modules/imx/imx_spi

Ian Lepore ian at FreeBSD.org
Fri Mar 16 02:46:09 UTC 2018


Author: ian
Date: Fri Mar 16 02:46:08 2018
New Revision: 331045
URL: https://svnweb.freebsd.org/changeset/base/331045

Log:
  Add required interface header.
  
  Reported by:	andreast@

Modified:
  head/sys/modules/imx/imx_spi/Makefile

Modified: head/sys/modules/imx/imx_spi/Makefile
==============================================================================
--- head/sys/modules/imx/imx_spi/Makefile	Fri Mar 16 02:44:18 2018	(r331044)
+++ head/sys/modules/imx/imx_spi/Makefile	Fri Mar 16 02:46:08 2018	(r331045)
@@ -9,6 +9,7 @@ SRCS=	imx_spi.c
 SRCS+=	\
 	bus_if.h \
 	device_if.h \
+	gpio_if.h \
 	ofw_bus_if.h \
 	opt_platform.h \
 	spibus_if.h \


More information about the svn-src-all mailing list