]> Git Repo - J-linux.git/commitdiff
ieee802154: mcr20a: Remove unused of_gpio.h
authorAndy Shevchenko <[email protected]>
Mon, 4 Mar 2024 17:53:20 +0000 (19:53 +0200)
committerStefan Schmidt <[email protected]>
Wed, 6 Mar 2024 20:16:13 +0000 (21:16 +0100)
of_gpio.h is deprecated and subject to remove.
The driver doesn't use it, simply remove the unused header.

Signed-off-by: Andy Shevchenko <[email protected]>
Acked-by: Miquel Raynal <[email protected]>
Message-ID: <20240304175320.1199496[email protected]>
Signed-off-by: Stefan Schmidt <[email protected]>
drivers/net/ieee802154/mcr20a.c

index efb1be3c644e56837de51a50a17aae119faa87c4..433fb5839203105bd5880e299f3df54d1f084a85 100644 (file)
@@ -12,7 +12,6 @@
 #include <linux/interrupt.h>
 #include <linux/irq.h>
 #include <linux/skbuff.h>
-#include <linux/of_gpio.h>
 #include <linux/regmap.h>
 #include <linux/ieee802154.h>
 #include <linux/debugfs.h>
This page took 0.056273 seconds and 4 git commands to generate.