diff options
| author | Keiji Hayashibara <[email protected]> | 2018-08-02 04:42:43 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2018-08-02 10:08:06 +0000 |
| commit | 07ebbbe458790d3c75f4a2f3634d8e04f66b389b (patch) | |
| tree | 35d737fc361fefc0bd01b2e2b435a20fd3af5a1e /drivers/spi/spi-uniphier.c | |
| parent | spi: spi-gpio: add SPI_3WIRE support (diff) | |
| download | kernel-07ebbbe458790d3c75f4a2f3634d8e04f66b389b.tar.gz kernel-07ebbbe458790d3c75f4a2f3634d8e04f66b389b.zip | |
spi: uniphier: remove unnecessary include headers
This commit removed include headers of linux/of.h and linux/of_platform.h,
because they are not used.
Signed-off-by: Keiji Hayashibara <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'drivers/spi/spi-uniphier.c')
| -rw-r--r-- | drivers/spi/spi-uniphier.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/spi/spi-uniphier.c b/drivers/spi/spi-uniphier.c index 089985465890..5a6137fe172d 100644 --- a/drivers/spi/spi-uniphier.c +++ b/drivers/spi/spi-uniphier.c @@ -10,8 +10,6 @@ #include <linux/interrupt.h> #include <linux/io.h> #include <linux/module.h> -#include <linux/of.h> -#include <linux/of_platform.h> #include <linux/platform_device.h> #include <linux/spi/spi.h> |
