projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22ff67a
)
mfd: menelaus: Remove unused linux/gpio.h
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Wed, 8 May 2024 11:40:33 +0000
(14:40 +0300)
committer
Lee 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/menelaus.c
b/drivers/mfd/menelaus.c
index 662604ea97f222237886cd9f53d16093f9fdfd15..787b9c2f3804c9a66621bfc5c1668728c8d5f5c9 100644
(file)
--- 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>