[-next] ASoC: SOF: Intel: Remove duplicated include in lnl.c

Message ID 20230810005555.4610-1-yang.lee@linux.alibaba.com
State New
Headers
Series [-next] ASoC: SOF: Intel: Remove duplicated include in lnl.c |

Commit Message

Yang Li Aug. 10, 2023, 12:55 a.m. UTC
  ./sound/soc/sof/intel/lnl.c: hda.h is included more than once.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 sound/soc/sof/intel/lnl.c | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Pierre-Louis Bossart Aug. 10, 2023, 12:32 p.m. UTC | #1
On 8/9/23 19:55, Yang Li wrote:
> ./sound/soc/sof/intel/lnl.c: hda.h is included more than once.
> 
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>

yes, thanks for the patch

Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>

> ---
>  sound/soc/sof/intel/lnl.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/sound/soc/sof/intel/lnl.c b/sound/soc/sof/intel/lnl.c
> index 3d919b0b6891..db94b45e53af 100644
> --- a/sound/soc/sof/intel/lnl.c
> +++ b/sound/soc/sof/intel/lnl.c
> @@ -16,7 +16,6 @@
>  #include "hda-ipc.h"
>  #include "../sof-audio.h"
>  #include "mtl.h"
> -#include "hda.h"
>  #include <sound/hda-mlink.h>
>  
>  /* LunarLake ops */
  
Mark Brown Aug. 10, 2023, 6:55 p.m. UTC | #2
On Thu, 10 Aug 2023 08:55:55 +0800, Yang Li wrote:
> ./sound/soc/sof/intel/lnl.c: hda.h is included more than once.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: SOF: Intel: Remove duplicated include in lnl.c
      commit: 061599c8285848fe4ec64becb278dcdd60dd3369

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
  

Patch

diff --git a/sound/soc/sof/intel/lnl.c b/sound/soc/sof/intel/lnl.c
index 3d919b0b6891..db94b45e53af 100644
--- a/sound/soc/sof/intel/lnl.c
+++ b/sound/soc/sof/intel/lnl.c
@@ -16,7 +16,6 @@ 
 #include "hda-ipc.h"
 #include "../sof-audio.h"
 #include "mtl.h"
-#include "hda.h"
 #include <sound/hda-mlink.h>
 
 /* LunarLake ops */