diff options
Diffstat (limited to 'src/soc/samsung')
-rw-r--r-- | src/soc/samsung/exynos5250/include/soc/cpu.h | 2 | ||||
-rw-r--r-- | src/soc/samsung/exynos5420/include/soc/cpu.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/samsung/exynos5250/include/soc/cpu.h b/src/soc/samsung/exynos5250/include/soc/cpu.h index 3ee3d13540..24bb96ffe2 100644 --- a/src/soc/samsung/exynos5250/include/soc/cpu.h +++ b/src/soc/samsung/exynos5250/include/soc/cpu.h @@ -81,4 +81,4 @@ static inline u32 get_fb_base_kb(void) return RAM_BASE_KB + RAM_SIZE_KB - FB_SIZE_KB; } -#endif /* _EXYNOS5250_CPU_H */ +#endif /* CPU_SAMSUNG_EXYNOS5250_CPU_H */ diff --git a/src/soc/samsung/exynos5420/include/soc/cpu.h b/src/soc/samsung/exynos5420/include/soc/cpu.h index f268a5c476..f523b4104d 100644 --- a/src/soc/samsung/exynos5420/include/soc/cpu.h +++ b/src/soc/samsung/exynos5420/include/soc/cpu.h @@ -92,4 +92,4 @@ static inline u32 get_fb_base_kb(void) /* Procedures to setup Exynos5420 CPU */ void exynos5420_config_smp(void); -#endif /* _EXYNOS5420_CPU_H */ +#endif /* CPU_SAMSUNG_EXYNOS5420_CPU_H */ |