[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <jmfzuymhxvxnjwk73nmsfaaadnmy5uy4uanh4jegwgdvgfr22e@2iqtifbsgxmu>
Date: Tue, 16 Sep 2025 12:45:57 +0200
From: Jorge Marques <gastmaier@...il.com>
To: alexandre.belloni@...tlin.com
Cc: Jorge Marques <jorge.marques@...log.com>, Frank Li <Frank.Li@....com>,
linux-i3c@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] i3c: master: adi: fix header location
On Tue, Sep 16, 2025 at 11:12:51AM +0200, alexandre.belloni@...tlin.com wrote:
> From: Alexandre Belloni <alexandre.belloni@...tlin.com>
>
> The adi-axi-common header has been moved to the upper directory.
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@...tlin.com>
Acked-by: Jorge Marques <jorge.marques@...log.com>
Commit: 2ad26b7bedcd4941e6dafa1851e2054b369b9d25
Link: https://lore.kernel.org/r/20250519-dev-axi-clkgen-limits-v6-3-bc4b3b61d1d4@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>
> --
> 2.51.0
>
Powered by blists - more mailing lists