From: Nuno Sá <nuno.sa@xxxxxxxxxx> The mod_devicetable header is the one to be used for struct of_device_id. Signed-off-by: Nuno Sá <nuno.sa@xxxxxxxxxx> --- drivers/clk/clk-axi-clkgen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/clk-axi-clkgen.c b/drivers/clk/clk-axi-clkgen.c index 00bf799964c61a3efc042b0f3a9ec3bc8625c9da..2a95f9b220234a1245024a821c50e1eb9c104ac9 100644 --- a/drivers/clk/clk-axi-clkgen.c +++ b/drivers/clk/clk-axi-clkgen.c @@ -13,6 +13,7 @@ #include <linux/io.h> #include <linux/of.h> #include <linux/module.h> +#include <linux/mod_devicetable.h> #include <linux/err.h> #define AXI_CLKGEN_V2_REG_RESET 0x40 -- 2.48.1