diff options
| author | Nuno Sá <[email protected]> | 2025-05-19 15:41:08 +0000 |
|---|---|---|
| committer | Stephen Boyd <[email protected]> | 2025-07-01 00:57:15 +0000 |
| commit | 2ad26b7bedcd4941e6dafa1851e2054b369b9d25 (patch) | |
| tree | f74cdce2b59122758cf6bc87cf336c204188a2aa /drivers/spi/spi-axi-spi-engine.c | |
| parent | clk: clk-axi-clkgen: make sure to include mod_devicetable.h (diff) | |
| download | kernel-2ad26b7bedcd4941e6dafa1851e2054b369b9d25.tar.gz kernel-2ad26b7bedcd4941e6dafa1851e2054b369b9d25.zip | |
include: linux: move adi-axi-common.h out of fpga
The adi-axi-common.h header has some common defines used in various ADI
IPs. However they are not specific for any fpga manager so it's
questionable for the header to live under include/linux/fpga. Hence
let's just move one directory up and update all users.
Suggested-by: Xu Yilun <[email protected]>
Acked-by: Xu Yilun <[email protected]>
Acked-by: Jonathan Cameron <[email protected]> # for IIO
Signed-off-by: Nuno Sá <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Mark Brown <[email protected]>
Acked-by: Uwe Kleine-König <[email protected]>
Reviewed-by: David Lechner <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'drivers/spi/spi-axi-spi-engine.c')
| -rw-r--r-- | drivers/spi/spi-axi-spi-engine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-axi-spi-engine.c b/drivers/spi/spi-axi-spi-engine.c index 8cc19934b48b..512d53a8ef4d 100644 --- a/drivers/spi/spi-axi-spi-engine.c +++ b/drivers/spi/spi-axi-spi-engine.c @@ -6,12 +6,12 @@ * Author: Lars-Peter Clausen <[email protected]> */ +#include <linux/adi-axi-common.h> #include <linux/bitfield.h> #include <linux/bitops.h> #include <linux/clk.h> #include <linux/completion.h> #include <linux/dmaengine.h> -#include <linux/fpga/adi-axi-common.h> #include <linux/interrupt.h> #include <linux/io.h> #include <linux/iopoll.h> |
