]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
clk: renesas: rzv2h: Add missing include file
authorFabrizio Castro <fabrizio.castro.jz@renesas.com>
Tue, 24 Jun 2025 19:27:48 +0000 (20:27 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 26 Jun 2025 14:28:50 +0000 (16:28 +0200)
File `rzv2h-cpg.h' makes use of data types defined in `linux/types.h',
but it does not include the latter, which could lead to build errors.

Include `linux/types.h' to fix this problem.

Signed-off-by: Fabrizio Castro <fabrizio.castro.jz@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/20250624192748.340196-1-fabrizio.castro.jz@renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/clk/renesas/rzv2h-cpg.h

index 7321b085f937bce65472468fd68d1b4f0b376e74..25e0a9e5761b6504d518e90bd93aa2d543121542 100644 (file)
@@ -9,6 +9,7 @@
 #define __RENESAS_RZV2H_CPG_H__
 
 #include <linux/bitfield.h>
+#include <linux/types.h>
 
 /**
  * struct pll - Structure for PLL configuration