Date: Fri, 16 Mar 2018 02:46:08 +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: r331045 - head/sys/modules/imx/imx_spi Message-ID: <201803160246.w2G2k8n8086294@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803160246.w2G2k8n8086294>