diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-05-08 14:40:33 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-07-04 19:08:02 +0300 |
commit | 93411db51826197b3e2d1827feded19ba47ebfc9 (patch) | |
tree | 8cf1d84bc15d3af4150063d03de43fb95d3b547b /drivers/mfd | |
parent | 22ff67ad8c3b792591b45fa14dc72d400114509b (diff) | |
download | linux-93411db51826197b3e2d1827feded19ba47ebfc9.tar.xz |
mfd: menelaus: Remove unused linux/gpio.h
linux/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>
Link: https://lore.kernel.org/r/20240508114033.952578-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/menelaus.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/menelaus.c b/drivers/mfd/menelaus.c index 662604ea97f2..787b9c2f3804 100644 --- a/drivers/mfd/menelaus.c +++ b/drivers/mfd/menelaus.c @@ -29,7 +29,6 @@ #include <linux/bcd.h> #include <linux/slab.h> #include <linux/mfd/menelaus.h> -#include <linux/gpio.h> #include <asm/mach/irq.h> |