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 <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 04fb71c commit 84c8b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)