[PATCH] i3c: master: adi: fix header location

Nuno Sá noname.nuno at gmail.com
Tue Sep 16 03:17:00 PDT 2025


On Tue, 2025-09-16 at 11:12 +0200, alexandre.belloni at bootlin.com wrote:
> From: Alexandre Belloni <alexandre.belloni at bootlin.com>
> 
> The adi-axi-common header has been moved to the upper directory.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni at bootlin.com>
> ---

Acked-by: Nuno Sá <nuno.sa at analog.com>

>  drivers/i3c/master/adi-i3c-master.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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>



More information about the linux-i3c mailing list