arm: exynos: Add header guard for dwmmc.h
Add missing header guard to prevent possible build errors.
Fixes: 77b55e8cfc ("ARM: exynos: move SoC sources to mach-exynos")
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
committed by
Minkyu Kang
parent
0e29d6608e
commit
29b4ff362a
@@ -4,6 +4,9 @@
|
||||
* Jaehoon Chung <jh80.chung@samsung.com>
|
||||
*/
|
||||
|
||||
#ifndef __ASM_ARM_ARCH_DWMMC_H
|
||||
#define __ASM_ARM_ARCH_DWMMC_H
|
||||
|
||||
#define DWMCI_CLKSEL 0x09C
|
||||
#define DWMCI_SET_SAMPLE_CLK(x) (x)
|
||||
#define DWMCI_SET_DRV_CLK(x) ((x) << 16)
|
||||
@@ -25,3 +28,5 @@
|
||||
/* CLKSEL Register */
|
||||
#define DWMCI_DIVRATIO_BIT 24
|
||||
#define DWMCI_DIVRATIO_MASK 0x7
|
||||
|
||||
#endif /* __ASM_ARM_ARCH_DWMMC_H */
|
||||
|
||||
Reference in New Issue
Block a user