]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
i3c: master: adi: fix header location
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 16 Sep 2025 09:12:51 +0000 (11:12 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 16 Sep 2025 15:44:08 +0000 (17:44 +0200)
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>
drivers/i3c/master/adi-i3c-master.c

index 162f9eed39aa5ef6f656239dcd8bfc5fe6281264..18597ba1f1c3e7ec9ccf274bf05d0b37914eabba 100644 (file)
@@ -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>