Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2018 14:10:46 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r327922 - head/sys/dev/mmc/host
Message-ID:  <201801131410.w0DEAkLE072428@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Sat Jan 13 14:10:45 2018
New Revision: 327922
URL: https://svnweb.freebsd.org/changeset/base/327922

Log:
  dwmmc_hisi: Fix build when option MMCCAM is defined

Modified:
  head/sys/dev/mmc/host/dwmmc_hisi.c

Modified: head/sys/dev/mmc/host/dwmmc_hisi.c
==============================================================================
--- head/sys/dev/mmc/host/dwmmc_hisi.c	Sat Jan 13 14:10:45 2018	(r327921)
+++ head/sys/dev/mmc/host/dwmmc_hisi.c	Sat Jan 13 14:10:45 2018	(r327922)
@@ -41,6 +41,8 @@ __FBSDID("$FreeBSD$");
 
 #include <dev/mmc/host/dwmmc_var.h>
 
+#include "opt_mmccam.h"
+
 static device_probe_t hisi_dwmmc_probe;
 static device_attach_t hisi_dwmmc_attach;
 



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