projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0aba02
)
ASoC: codecs: wcd937x: Remove unused of_gpio.h
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Thu, 31 Oct 2024 10:33:02 +0000
(12:33 +0200)
committer
Mark Brown
<broonie@kernel.org>
Thu, 31 Oct 2024 12:00:56 +0000
(12:00 +0000)
of_gpio.h is deprecated and subject to remove. The drivers in question
don't use it, simply remove the unused header.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link:
https://patch.msgid.link/20241031103302.2450830-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wcd937x.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wcd937x.c
b/sound/soc/codecs/wcd937x.c
index
45f32d2
..
a11f9be
100644
(file)
--- a/
sound/soc/codecs/wcd937x.c
+++ b/
sound/soc/codecs/wcd937x.c
@@
-7,7
+7,6
@@
#include <linux/gpio/consumer.h>
#include <linux/kernel.h>
#include <linux/module.h>
-#include <linux/of_gpio.h>
#include <linux/of.h>
#include <linux/platform_device.h>
#include <linux/pm_runtime.h>