Skip to content

Commit 3ab1da2

Browse files
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>
1 parent 17e163f commit 3ab1da2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/i3c/master/adi-i3c-master.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <linux/clk.h>
1111
#include <linux/err.h>
1212
#include <linux/errno.h>
13-
#include <linux/fpga/adi-axi-common.h>
13+
#include <linux/adi-axi-common.h>
1414
#include <linux/i3c/master.h>
1515
#include <linux/interrupt.h>
1616
#include <linux/io.h>

0 commit comments

Comments
 (0)