spi: pic32: Replace of_gpio.h by proper one
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 28 Feb 2024 19:48:08 +0000 (21:48 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 29 Feb 2024 11:40:46 +0000 (11:40 +0000)
commit18ebe6f6fccfb093eec85bcdf3e77d48cc03a592
treecdb6881453461ad37922573b08d6712b87355dd0
parent666db8fd4265f938795004838d2a9335ce7b9da1
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 <andriy.shevchenko@linux.intel.com>
Link: https://msgid.link/r/20240228194818.3606841-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pic32.c