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>
This commit is contained in:
Alexandre Belloni 2025-09-16 11:12:51 +02:00
parent 17e163f3d7
commit 3ab1da2614

View 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>