]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
mfd: menelaus: Remove unused linux/gpio.h
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 8 May 2024 11:40:33 +0000 (14:40 +0300)
committerLee Jones <lee@kernel.org>
Thu, 4 Jul 2024 16:08:02 +0000 (17:08 +0100)
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>
drivers/mfd/menelaus.c

index 662604ea97f222237886cd9f53d16093f9fdfd15..787b9c2f3804c9a66621bfc5c1668728c8d5f5c9 100644 (file)
@@ -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>