diff mbox series

spi: omap-100k: Drop include

Message ID 20200714073357.34879-1-linus.walleij@linaro.org
State Accepted
Commit 8257083f8bcf942b8f607272f30e838a0b930c43
Headers show
Series spi: omap-100k: Drop include | expand

Commit Message

Linus Walleij July 14, 2020, 7:33 a.m. UTC
The OMAP-100k driver includes <linux/gpio.h> but does not
use any symbols from it, so drop the include.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

---
 drivers/spi/spi-omap-100k.c | 1 -
 1 file changed, 1 deletion(-)

-- 
2.26.2

Comments

Mark Brown July 14, 2020, 4:40 p.m. UTC | #1
On Tue, 14 Jul 2020 09:33:57 +0200, Linus Walleij wrote:
> The OMAP-100k driver includes <linux/gpio.h> but does not

> use any symbols from it, so drop the include.


Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/1] spi: omap-100k: Drop include
      commit: 8257083f8bcf942b8f607272f30e838a0b930c43

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

diff --git a/drivers/spi/spi-omap-100k.c b/drivers/spi/spi-omap-100k.c
index 5c704ba6d8ea..36a4922a134a 100644
--- a/drivers/spi/spi-omap-100k.c
+++ b/drivers/spi/spi-omap-100k.c
@@ -19,7 +19,6 @@ 
 #include <linux/err.h>
 #include <linux/clk.h>
 #include <linux/io.h>
-#include <linux/gpio.h>
 #include <linux/slab.h>
 
 #include <linux/spi/spi.h>