Date: Tue, 30 Jul 2019 14:21:00 +0000 (UTC) From: Ruslan Bukin <br@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r350443 - head/sys/dev/mmc/host Message-ID: <201907301421.x6UEL042022953@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: br Date: Tue Jul 30 14:21:00 2019 New Revision: 350443 URL: https://svnweb.freebsd.org/changeset/base/350443 Log: Fix MMCCAM kernel build. Sponsored by: DARPA, AFRL Modified: head/sys/dev/mmc/host/dwmmc_altera.c Modified: head/sys/dev/mmc/host/dwmmc_altera.c ============================================================================== --- head/sys/dev/mmc/host/dwmmc_altera.c Tue Jul 30 14:19:18 2019 (r350442) +++ head/sys/dev/mmc/host/dwmmc_altera.c Tue Jul 30 14:21:00 2019 (r350443) @@ -41,6 +41,8 @@ __FBSDID("$FreeBSD$"); #include <dev/mmc/host/dwmmc_var.h> +#include "opt_mmccam.h" + static struct ofw_compat_data compat_data[] = { {"altr,socfpga-dw-mshc", 1}, {NULL, 0},
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907301421.x6UEL042022953>