diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2020-05-06 18:30:20 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-05-06 18:11:32 +0100 |
commit | 0c2ce3fe4dd0b8f8dda07ea029f51ddf4c5190c2 (patch) | |
tree | 0310ffa6280465346defd6005c3c8922389800be /drivers/spi/spi-dw.h | |
parent | d4dd6c0a404a2ed3843b4b685d6990c4438a64c0 (diff) | |
download | linux-0c2ce3fe4dd0b8f8dda07ea029f51ddf4c5190c2.tar.gz linux-0c2ce3fe4dd0b8f8dda07ea029f51ddf4c5190c2.tar.bz2 linux-0c2ce3fe4dd0b8f8dda07ea029f51ddf4c5190c2.zip |
spi: dw: Move interrupt.h to spi-dw.h who is user of it
The actual user of interrupt.h is spi-dw.h and not bus drivers.
Move header there.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20200506153025.21441-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-dw.h')
-rw-r--r-- | drivers/spi/spi-dw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi-dw.h b/drivers/spi/spi-dw.h index 8fe724279d15..aeed49b4a444 100644 --- a/drivers/spi/spi-dw.h +++ b/drivers/spi/spi-dw.h @@ -2,6 +2,7 @@ #ifndef DW_SPI_HEADER_H #define DW_SPI_HEADER_H +#include <linux/interrupt.h> #include <linux/io.h> #include <linux/scatterlist.h> |