diff options
author | Chen Ni <nichen@iscas.ac.cn> | 2025-03-18 16:10:43 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-03-18 12:25:06 +0000 |
commit | 1822c4484efeb8056de53bf4edfca377d2939418 (patch) | |
tree | db7e99f78fddbc14ab56ef45a0ea422ff7ebf60b /sound/soc/codecs | |
parent | 340abded86def0ab8ad8ef9ba73d8ac2fb6fe991 (diff) |
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>
Diffstat (limited to 'sound/soc/codecs')
-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> |