Commit d550f6b0 authored by Wei Li's avatar Wei Li Committed by Jernej Skrabec
Browse files

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: d0f11d14 ("clk: sunxi-ng: add support for V3s CCU")
Signed-off-by: default avatarWei Li <liwei391@huawei.com>
Acked-by: default avatarJernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20221108094335.3597008-1-liwei391@huawei.com


Signed-off-by: default avatarJernej Skrabec <jernej.skrabec@gmail.com>
parent 9abf2313
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,8 +6,8 @@
 * Copyright (c) 2016 Maxime Ripard <maxime.ripard@free-electrons.com>
 */

#ifndef _CCU_SUN8I_H3_H_
#define _CCU_SUN8I_H3_H_
#ifndef _CCU_SUN8I_V3S_H_
#define _CCU_SUN8I_V3S_H_

#include <dt-bindings/clock/sun8i-v3s-ccu.h>
#include <dt-bindings/reset/sun8i-v3s-ccu.h>
@@ -51,4 +51,4 @@

#define CLK_PLL_DDR1		74

#endif /* _CCU_SUN8I_H3_H_ */
#endif /* _CCU_SUN8I_V3S_H_ */