Skip to content

Commit e91609f

Browse files
committed
dt-bindings: clock: renesas,r9a08g045-vbattb: Fix include guard
Add the missing "RENESAS" part to the include guard. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/34953d1e9f472e4f29533ed06cf092dd3c0d1178.1736238939.git.geert+renesas@glider.be
1 parent 05031de commit e91609f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/dt-bindings/clock/renesas,r9a08g045-vbattb.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
*
33
* Copyright (C) 2024 Renesas Electronics Corp.
44
*/
5-
#ifndef __DT_BINDINGS_CLOCK_R9A08G045_VBATTB_H__
6-
#define __DT_BINDINGS_CLOCK_R9A08G045_VBATTB_H__
5+
#ifndef __DT_BINDINGS_CLOCK_RENESAS_R9A08G045_VBATTB_H__
6+
#define __DT_BINDINGS_CLOCK_RENESAS_R9A08G045_VBATTB_H__
77

88
#define VBATTB_XC 0
99
#define VBATTB_XBYP 1
1010
#define VBATTB_MUX 2
1111
#define VBATTB_VBATTCLK 3
1212

13-
#endif /* __DT_BINDINGS_CLOCK_R9A08G045_VBATTB_H__ */
13+
#endif /* __DT_BINDINGS_CLOCK_RENESAS_R9A08G045_VBATTB_H__ */

0 commit comments

Comments
 (0)