Skip to content

Commit 9933b83

Browse files
nunojsabebarino
authored andcommitted
clk: clk-axi-clkgen: make sure to include mod_devicetable.h
The mod_devicetable header is the one to be used for struct of_device_id. Signed-off-by: Nuno Sá <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: David Lechner <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent ce8a909 commit 9933b83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/clk-axi-clkgen.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <linux/io.h>
1414
#include <linux/of.h>
1515
#include <linux/module.h>
16+
#include <linux/mod_devicetable.h>
1617
#include <linux/err.h>
1718

1819
#define AXI_CLKGEN_V2_REG_RESET 0x40

0 commit comments

Comments
 (0)