diff options
| author | Ilya Bakulin <kibab@FreeBSD.org> | 2018-05-25 19:00:28 +0000 |
|---|---|---|
| committer | Ilya Bakulin <kibab@FreeBSD.org> | 2018-05-25 19:00:28 +0000 |
| commit | d3a60796db7eb1eaab94d1a8a41e1fa89c7286f4 (patch) | |
| tree | 253d643d87a5291a90554e023079bdd77a6ea270 /sys/dev/mmc | |
| parent | c3fce948fb5afddab5a42d191897e4ec091880d8 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mmc')
| -rw-r--r-- | sys/dev/mmc/host/dwmmc_rockchip.c | 2 |
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, |
