Message ID | 20240508114033.952578-1-andriy.shevchenko@linux.intel.com |
---|---|
State | New |
Headers | show |
Series | [v1,1/1] mfd: menelaus: Remove unused linux/gpio.h | expand |
On Wed, 08 May 2024 14:40:33 +0300, Andy Shevchenko wrote: > linux/gpio.h is deprecated and subject to remove. > The driver doesn't use it, simply remove the unused header. > > Applied, thanks! [1/1] mfd: menelaus: Remove unused linux/gpio.h commit: f4f495e07bc70953e6182cd6db1c4cb801648175 -- Lee Jones [李琼斯]
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>
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> --- drivers/mfd/menelaus.c | 1 - 1 file changed, 1 deletion(-)