svn commit: r329730 - head/sys/modules/imx/imx_i2c

Ian Lepore ian at FreeBSD.org
Wed Feb 21 16:36:45 UTC 2018


Author: ian
Date: Wed Feb 21 16:36:44 2018
New Revision: 329730
URL: https://svnweb.freebsd.org/changeset/base/329730

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

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

Modified: head/sys/modules/imx/imx_i2c/Makefile
==============================================================================
--- head/sys/modules/imx/imx_i2c/Makefile	Wed Feb 21 16:34:04 2018	(r329729)
+++ head/sys/modules/imx/imx_i2c/Makefile	Wed Feb 21 16:36:44 2018	(r329730)
@@ -8,6 +8,8 @@ SRCS=	imx_i2c.c
 SRCS+=	\
 	bus_if.h \
 	device_if.h \
+	fdt_pinctrl_if.h
+	gpio_if.h \
 	iicbus_if.h \
 	ofw_bus_if.h \
 	opt_platform.h \


More information about the svn-src-head mailing list