aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mmc/host
diff options
context:
space:
mode:
authorIlya Bakulin <kibab@FreeBSD.org>2018-05-25 19:00:28 +0000
committerIlya Bakulin <kibab@FreeBSD.org>2018-05-25 19:00:28 +0000
commitd3a60796db7eb1eaab94d1a8a41e1fa89c7286f4 (patch)
tree253d643d87a5291a90554e023079bdd77a6ea270 /sys/dev/mmc/host
parentc3fce948fb5afddab5a42d191897e4ec091880d8 (diff)
Notes
Diffstat (limited to 'sys/dev/mmc/host')
-rw-r--r--sys/dev/mmc/host/dwmmc_rockchip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/mmc/host/dwmmc_rockchip.c b/sys/dev/mmc/host/dwmmc_rockchip.c
index 1668cb872f9a..7a85e2d1f1dd 100644
--- a/sys/dev/mmc/host/dwmmc_rockchip.c
+++ b/sys/dev/mmc/host/dwmmc_rockchip.c
@@ -45,6 +45,8 @@ __FBSDID("$FreeBSD$");
#include <dev/mmc/host/dwmmc_var.h>
+#include "opt_mmccam.h"
+
enum RKTYPE {
RK2928 = 1,
RK3328,