diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2025-09-16 11:12:51 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2025-09-16 17:44:08 +0200 |
commit | 3ab1da2614e616ea62f32e4d695f1cc449089f07 (patch) | |
tree | 4373cf1d12447cedba973e0f83a99b33aee0468e | |
parent | 17e163f3d7a5449fe9065030048e28c4087b24ce (diff) |
i3c: master: adi: fix header location
The adi-axi-common header has been moved to the upper directory.
Acked-by: Jorge Marques <jorge.marques@analog.com>
Link: https://lore.kernel.org/r/20250519-dev-axi-clkgen-limits-v6-3-bc4b3b61d1d4@analog.com
Acked-by: Nuno Sá <nuno.sa@analog.com>
Link: https://lore.kernel.org/r/20250916091252.39265-1-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r-- | drivers/i3c/master/adi-i3c-master.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i3c/master/adi-i3c-master.c b/drivers/i3c/master/adi-i3c-master.c index 162f9eed39aa..18597ba1f1c3 100644 --- a/drivers/i3c/master/adi-i3c-master.c +++ b/drivers/i3c/master/adi-i3c-master.c @@ -10,7 +10,7 @@ #include <linux/clk.h> #include <linux/err.h> #include <linux/errno.h> -#include <linux/fpga/adi-axi-common.h> +#include <linux/adi-axi-common.h> #include <linux/i3c/master.h> #include <linux/interrupt.h> #include <linux/io.h> |