aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorNuno Sá <nuno.sa@analog.com>2025-05-19 16:41:07 +0100
committerStephen Boyd <sboyd@kernel.org>2025-06-30 17:57:07 -0700
commit9933b833d9eef1754d8e95fb0af775b67c673df5 (patch)
treeee3975e1775c2028a5048c1b7862d065b0ffab33
parentclk: clk-axi-clkgen: fix fpfd_max frequency for zynq (diff)
downloadwireguard-linux-9933b833d9eef1754d8e95fb0af775b67c673df5.tar.xz
wireguard-linux-9933b833d9eef1754d8e95fb0af775b67c673df5.zip
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á <nuno.sa@analog.com> Link: https://lore.kernel.org/r/20250519-dev-axi-clkgen-limits-v6-2-bc4b3b61d1d4@analog.com Reviewed-by: David Lechner <dlechner@baylibre.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
-rw-r--r--drivers/clk/clk-axi-clkgen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/clk-axi-clkgen.c b/drivers/clk/clk-axi-clkgen.c
index 00bf799964c6..2a95f9b22023 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