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.

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

+3 -3
+3 -3
include/dt-bindings/clock/renesas,r9a08g045-vbattb.h
··· 2 2 * 3 3 * Copyright (C) 2024 Renesas Electronics Corp. 4 4 */ 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__ 7 7 8 8 #define VBATTB_XC 0 9 9 #define VBATTB_XBYP 1 10 10 #define VBATTB_MUX 2 11 11 #define VBATTB_VBATTCLK 3 12 12 13 - #endif /* __DT_BINDINGS_CLOCK_R9A08G045_VBATTB_H__ */ 13 + #endif /* __DT_BINDINGS_CLOCK_RENESAS_R9A08G045_VBATTB_H__ */