Skip to content

Commit

Permalink
spi: uniphier: remove unnecessary include headers
Browse files Browse the repository at this point in the history
This commit removed include headers of linux/of.h and linux/of_platform.h,
because they are not used.

Signed-off-by: Keiji Hayashibara <hayashibara.keiji@socionext.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Keiji Hayashibara authored and Mark Brown committed Aug 2, 2018
1 parent 4b859db commit 07ebbbe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/spi/spi-uniphier.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 07ebbbe

Please sign in to comment.