Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

clk: sunxi-ng: v3s: Correct the header guard of ccu-sun8i-v3s.h

Rename the header guard of ccu-sun8i-v3s.h from _CCU_SUN8I_H3_H_ to
_CCU_SUN8I_V3S_H_ what corresponding with the file name.

Fixes: d0f11d14b0bc ("clk: sunxi-ng: add support for V3s CCU")
Signed-off-by: Wei Li <liwei391@huawei.com>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20221108094335.3597008-1-liwei391@huawei.com
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>

authored by

Wei Li and committed by
Jernej Skrabec
d550f6b0 9abf2313

+3 -3
+3 -3
drivers/clk/sunxi-ng/ccu-sun8i-v3s.h
··· 6 6 * Copyright (c) 2016 Maxime Ripard <maxime.ripard@free-electrons.com> 7 7 */ 8 8 9 - #ifndef _CCU_SUN8I_H3_H_ 10 - #define _CCU_SUN8I_H3_H_ 9 + #ifndef _CCU_SUN8I_V3S_H_ 10 + #define _CCU_SUN8I_V3S_H_ 11 11 12 12 #include <dt-bindings/clock/sun8i-v3s-ccu.h> 13 13 #include <dt-bindings/reset/sun8i-v3s-ccu.h> ··· 51 51 52 52 #define CLK_PLL_DDR1 74 53 53 54 - #endif /* _CCU_SUN8I_H3_H_ */ 54 + #endif /* _CCU_SUN8I_V3S_H_ */