Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: codecs: wcd937x: Remove unused of_gpio.h

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>

authored by

Andy Shevchenko and committed by
Mark Brown
bd0aff85 c0aba02c

-1
-1
sound/soc/codecs/wcd937x.c
··· 7 7 #include <linux/gpio/consumer.h> 8 8 #include <linux/kernel.h> 9 9 #include <linux/module.h> 10 - #include <linux/of_gpio.h> 11 10 #include <linux/of.h> 12 11 #include <linux/platform_device.h> 13 12 #include <linux/pm_runtime.h>