diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-04-17 13:54:30 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-05-03 11:11:33 +0900 |
commit | 2a45166938f145294b73445b0af997b3100f02b4 (patch) | |
tree | 7e2f6e210787acfd489f80b7731b96f2ba11e493 /drivers/spi/spi-pxa2xx-pci.c | |
parent | 11346db50616698b04da44a62d4fac17d9227a62 (diff) | |
download | linux-2a45166938f145294b73445b0af997b3100f02b4.tar.gz linux-2a45166938f145294b73445b0af997b3100f02b4.tar.bz2 linux-2a45166938f145294b73445b0af997b3100f02b4.zip |
spi: pxa2xx: Move contents of linux/spi/pxa2xx_spi.h to a local one
There is no user of the linux/spi/pxa2xx_spi.h. Move its contents
to the drivers/spi/spi-pxa2xx.h.
Suggested-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20240417110334.2671228-4-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-pxa2xx-pci.c')
-rw-r--r-- | drivers/spi/spi-pxa2xx-pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/spi/spi-pxa2xx-pci.c b/drivers/spi/spi-pxa2xx-pci.c index 861b21c63504..e11a613bc340 100644 --- a/drivers/spi/spi-pxa2xx-pci.c +++ b/drivers/spi/spi-pxa2xx-pci.c @@ -10,11 +10,11 @@ #include <linux/pci.h> #include <linux/platform_device.h> -#include <linux/spi/pxa2xx_spi.h> - #include <linux/dmaengine.h> #include <linux/platform_data/dma-dw.h> +#include "spi-pxa2xx.h" + #define PCI_DEVICE_ID_INTEL_QUARK_X1000 0x0935 #define PCI_DEVICE_ID_INTEL_BYT 0x0f0e #define PCI_DEVICE_ID_INTEL_MRFLD 0x1194 |