Message ID | 20250318081043.2870229-1-nichen@iscas.ac.cn (mailing list archive) |
---|---|
State | Accepted |
Commit | 1822c4484efeb8056de53bf4edfca377d2939418 |
Headers | show |
Series | ASoC: codecs: ntp8918: Remove duplicate clk.h header | expand |
On Tue, 18 Mar 2025 16:10:43 +0800, Chen Ni wrote: > Remove duplicate header which is included twice. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: codecs: ntp8918: Remove duplicate clk.h header commit: 1822c4484efeb8056de53bf4edfca377d2939418 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
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>
Remove duplicate header which is included twice. Signed-off-by: Chen Ni <nichen@iscas.ac.cn> --- sound/soc/codecs/ntp8918.c | 1 - 1 file changed, 1 deletion(-)