Skip to content

Commit b7c26cb

Browse files
Fabrizio Castrogeertu
authored andcommitted
clk: renesas: rzv2h: Add missing include file
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>
1 parent 338b505 commit b7c26cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/clk/renesas/rzv2h-cpg.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#define __RENESAS_RZV2H_CPG_H__
1010

1111
#include <linux/bitfield.h>
12+
#include <linux/types.h>
1213

1314
/**
1415
* struct pll - Structure for PLL configuration

0 commit comments

Comments
 (0)