]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ASoC: codecs: wcd937x: Remove unused of_gpio.h
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 31 Oct 2024 10:33:02 +0000 (12:33 +0200)
committerMark 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

index 45f32d28190813d94abec31c4506bb4463da9fd2..a11f9be91da4e6b8b24164fede471d6d4bcc50a6 100644 (file)
@@ -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>