Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2018 16:36:45 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r329730 - head/sys/modules/imx/imx_i2c
Message-ID:  <201802211636.w1LGajiB063816@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



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