diff options
author | 2025-03-18 16:10:43 +0800 | |
---|---|---|
committer | 2025-03-18 12:25:06 +0000 | |
commit | 1822c4484efeb8056de53bf4edfca377d2939418 (patch) | |
tree | db7e99f78fddbc14ab56ef45a0ea422ff7ebf60b | |
parent | ASoC: ti: j721e-evm: Reduce log level for EPROBE_DEFER (diff) | |
download | wireguard-linux-1822c4484efeb8056de53bf4edfca377d2939418.tar.xz wireguard-linux-1822c4484efeb8056de53bf4edfca377d2939418.zip |
ASoC: codecs: ntp8918: Remove duplicate clk.h header
Remove duplicate header which is included twice.
Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Link: https://patch.msgid.link/20250318081043.2870229-1-nichen@iscas.ac.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/codecs/ntp8918.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/ntp8918.c b/sound/soc/codecs/ntp8918.c index a332893fc51d..5593d48ef696 100644 --- a/sound/soc/codecs/ntp8918.c +++ b/sound/soc/codecs/ntp8918.c @@ -8,7 +8,6 @@ */ #include <linux/kernel.h> -#include <linux/clk.h> #include <linux/reset.h> #include <linux/i2c.h> #include <linux/regmap.h> |