Skip to content

Commit 037c633

Browse files
andy-shevbroonie
authored andcommitted
spi: oc-tiny: Remove unused of_gpio.h
of_gpio.h is deprecated and subject to remove. The driver doesn't use it, simply remove the unused header. Signed-off-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 719af32 commit 037c633

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/spi/spi-oc-tiny.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,6 @@ static irqreturn_t tiny_spi_irq(int irq, void *dev)
184184
}
185185

186186
#ifdef CONFIG_OF
187-
#include <linux/of_gpio.h>
188-
189187
static int tiny_spi_of_probe(struct platform_device *pdev)
190188
{
191189
struct tiny_spi *hw = platform_get_drvdata(pdev);

0 commit comments

Comments
 (0)