Re: [PATCH] clk: exynos: Add header guard for clk-pll.h

2023-11-14 Thread Minkyu Kang
Hi, 2023년 11월 9일 (목) 04:54, Sean Anderson 님이 작성: > On 11/7/23 16:22, Sam Protsenko wrote: > > The clk-pll.h is going to be included in multiple files soon. Add > > missing header guard to prevent possible build errors in future. > > > > Signed-off-by: Sam Protsenko > > Fixes: 166097e87753

Re: [PATCH] clk: exynos: Add header guard for clk-pll.h

2023-11-08 Thread Sean Anderson
On 11/7/23 16:22, Sam Protsenko wrote: The clk-pll.h is going to be included in multiple files soon. Add missing header guard to prevent possible build errors in future. Signed-off-by: Sam Protsenko Fixes: 166097e87753 ("clk: exynos: add clock driver for Exynos7420 Soc") ---

[PATCH] clk: exynos: Add header guard for clk-pll.h

2023-11-07 Thread Sam Protsenko
The clk-pll.h is going to be included in multiple files soon. Add missing header guard to prevent possible build errors in future. Signed-off-by: Sam Protsenko Fixes: 166097e87753 ("clk: exynos: add clock driver for Exynos7420 Soc") --- drivers/clk/exynos/clk-pll.h | 5 + 1 file changed, 5