diff options
author | Tom Rini <trini@konsulko.com> | 2021-01-22 16:01:27 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-01-22 16:01:27 -0500 |
commit | abd95385e7dfcb633abc9073740caa9f014e8fc7 (patch) | |
tree | 386af963fb97f68f3e91063f5abad5a76f0bd686 /arch/arm | |
parent | 184aa6504143b452132e28cd3ebecc7b941cdfa1 (diff) | |
parent | 0a80955fc6e03ebbe1f98c5fa3c89fb33f23c23e (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-exynos/include/mach/dwmmc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/include/mach/dwmmc.h b/arch/arm/mach-exynos/include/mach/dwmmc.h index 5654a0ea6b2..59c28ed54c5 100644 --- a/arch/arm/mach-exynos/include/mach/dwmmc.h +++ b/arch/arm/mach-exynos/include/mach/dwmmc.h @@ -25,5 +25,3 @@ /* CLKSEL Register */ #define DWMCI_DIVRATIO_BIT 24 #define DWMCI_DIVRATIO_MASK 0x7 - -int exynos_dwmmc_init(const void *blob); |