diff options
author | Andy Shevchenko <[email protected]> | 2024-03-04 19:53:20 +0200 |
---|---|---|
committer | Stefan Schmidt <[email protected]> | 2024-03-06 21:16:13 +0100 |
commit | 7a04ace6c7bd8d3a04a3e8ccfb3c7377f0aa5411 (patch) | |
tree | 5d9c9ba4fc6331c2325771e94f55a46cf88e9c39 | |
parent | defa2cb4e43995f04887c71101c388280f45827b (diff) |
ieee802154: mcr20a: Remove unused of_gpio.h
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: <[email protected]>
Signed-off-by: Stefan Schmidt <[email protected]>
-rw-r--r-- | drivers/net/ieee802154/mcr20a.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ieee802154/mcr20a.c b/drivers/net/ieee802154/mcr20a.c index efb1be3c644e..433fb5839203 100644 --- a/drivers/net/ieee802154/mcr20a.c +++ b/drivers/net/ieee802154/mcr20a.c @@ -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> |