]> xenbits.xensource.com Git - people/aperard/linux.git/commitdiff
ieee802154: mcr20a: Remove unused of_gpio.h
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 4 Mar 2024 17:53:20 +0000 (19:53 +0200)
committerStefan Schmidt <stefan@datenfreihafen.org>
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 <andriy.shevchenko@linux.intel.com>
Acked-by: Miquel Raynal <miquel.raynal@bootlin.com>
Message-ID: <20240304175320.1199496-1-andriy.shevchenko@linux.intel.com>
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
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>