spi: stm32-qspi: Replace of_gpio.h by proper one
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 28 Feb 2024 19:46:32 +0000 (21:46 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 29 Feb 2024 11:40:47 +0000 (11:40 +0000)
commitbc9c0a9967fea2c0333bea26ab1bbb66c2bff31a
tree9efda1d1f974a7cbb4209630f66ac2b3d2294ee3
parent18ebe6f6fccfb093eec85bcdf3e77d48cc03a592
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 <andriy.shevchenko@linux.intel.com>
Link: https://msgid.link/r/20240228194632.3606563-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-stm32-qspi.c