[PATCH] ASoC: codecs: ntp8918: Remove duplicate clk.h header
From: Chen Ni
Date: Tue Mar 18 2025 - 04:17:17 EST
Remove duplicate header which is included twice.
Signed-off-by: Chen Ni <nichen@xxxxxxxxxxx>
---
sound/soc/codecs/ntp8918.c | 1 -
1 file changed, 1 deletion(-)
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>
--
2.25.1