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 <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent 338b505 commit b7c26cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)