From: Andy Shevchenko Date: Wed, 8 May 2024 11:45:19 +0000 (+0300) Subject: net: ethernet: adi: adin1110: Replace linux/gpio.h by proper one X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=84c8b7ad5e748c0b93415b060c7071f8c524f4f5;p=users%2Fjedix%2Flinux-maple.git net: ethernet: adi: adin1110: Replace linux/gpio.h by proper one linux/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 Reviewed-by: Simon Horman Link: https://lore.kernel.org/r/20240508114519.972082-1-andriy.shevchenko@linux.intel.com Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/ethernet/adi/adin1110.c b/drivers/net/ethernet/adi/adin1110.c index 8b4ef5121308..0713f1e2c7f3 100644 --- a/drivers/net/ethernet/adi/adin1110.c +++ b/drivers/net/ethernet/adi/adin1110.c @@ -11,10 +11,10 @@ #include #include #include +#include #include #include #include -#include #include #include #include