From: Andy Shevchenko Date: Wed, 28 Feb 2024 19:48:08 +0000 (+0200) Subject: spi: pic32: Replace of_gpio.h by proper one X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=18ebe6f6fccfb093eec85bcdf3e77d48cc03a592;p=linux.git 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 Link: https://msgid.link/r/20240228194818.3606841-1-andriy.shevchenko@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/drivers/spi/spi-pic32.c b/drivers/spi/spi-pic32.c index f55b38c577e4e..709edb70ad7d3 100644 --- a/drivers/spi/spi-pic32.c +++ b/drivers/spi/spi-pic32.c @@ -11,13 +11,13 @@ #include #include #include +#include #include #include #include #include #include #include -#include #include #include #include