Skip to content

Commit bc9c0a9

Browse files
andy-shevbroonie
authored andcommitted
spi: stm32-qspi: 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 18ebe6f commit bc9c0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/spi/spi-stm32-qspi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
#include <linux/dmaengine.h>
99
#include <linux/dma-mapping.h>
1010
#include <linux/errno.h>
11+
#include <linux/gpio/consumer.h>
1112
#include <linux/io.h>
1213
#include <linux/iopoll.h>
1314
#include <linux/interrupt.h>
1415
#include <linux/module.h>
1516
#include <linux/mutex.h>
1617
#include <linux/of.h>
17-
#include <linux/of_gpio.h>
1818
#include <linux/pinctrl/consumer.h>
1919
#include <linux/pm_runtime.h>
2020
#include <linux/platform_device.h>

0 commit comments

Comments
 (0)