svn commit: r327922 - head/sys/dev/mmc/host

Emmanuel Vadot manu at FreeBSD.org
Sat Jan 13 14:10:47 UTC 2018


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;
 


More information about the svn-src-head mailing list