Skip to content

Commit 84c8b7a

Browse files
andy-shevkuba-moo
authored andcommitted
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 <andriy.shevchenko@linux.intel.com> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://lore.kernel.org/r/20240508114519.972082-1-andriy.shevchenko@linux.intel.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 04fb71c commit 84c8b7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/net/ethernet/adi/adin1110.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
#include <linux/crc8.h>
1212
#include <linux/etherdevice.h>
1313
#include <linux/ethtool.h>
14+
#include <linux/gpio/consumer.h>
1415
#include <linux/if_bridge.h>
1516
#include <linux/interrupt.h>
1617
#include <linux/iopoll.h>
17-
#include <linux/gpio.h>
1818
#include <linux/kernel.h>
1919
#include <linux/mii.h>
2020
#include <linux/module.h>

0 commit comments

Comments
 (0)