diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-04-17 13:54:32 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-05-03 11:11:35 +0900 |
commit | 4091770969bffba9dcb071b81d4010331d4dbee7 (patch) | |
tree | 796f003ec943458ac32e7458d10101e2d4c48f57 /drivers/spi/spi-pxa2xx.h | |
parent | 2d069c11e8229e9f380af0c3bffe4b95cd2cf9ec (diff) |
spi: pxa2xx: Don't use "proxy" headers
Update header inclusions to follow IWYU (Include What You Use)
principle.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20240417110334.2671228-6-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-pxa2xx.h')
-rw-r--r-- | drivers/spi/spi-pxa2xx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/spi/spi-pxa2xx.h b/drivers/spi/spi-pxa2xx.h index 08296729ea80..f1097c96c50f 100644 --- a/drivers/spi/spi-pxa2xx.h +++ b/drivers/spi/spi-pxa2xx.h @@ -8,8 +8,7 @@ #define SPI_PXA2XX_H #include <linux/dmaengine.h> -#include <linux/interrupt.h> -#include <linux/io.h> +#include <linux/irqreturn.h> #include <linux/types.h> #include <linux/sizes.h> |