Skip to content

Commit 18ebe6f

Browse files
andy-shevbroonie
authored andcommitted
spi: pic32: Replace of_gpio.h by proper one
of_gpio.h is deprecated and subject to remove. The driver doesn't use it directly, replace it with what is really being used. Signed-off-by: Andy Shevchenko <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 666db8f commit 18ebe6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/spi/spi-pic32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
#include <linux/delay.h>
1212
#include <linux/dmaengine.h>
1313
#include <linux/dma-mapping.h>
14+
#include <linux/gpio/consumer.h>
1415
#include <linux/highmem.h>
1516
#include <linux/module.h>
1617
#include <linux/io.h>
1718
#include <linux/interrupt.h>
1819
#include <linux/of.h>
1920
#include <linux/of_irq.h>
20-
#include <linux/of_gpio.h>
2121
#include <linux/of_address.h>
2222
#include <linux/platform_device.h>
2323
#include <linux/spi/spi.h>

0 commit comments

Comments
 (0)