Message ID | 20220707132613.3150931-1-Vijendar.Mukunda@amd.com (mailing list archive) |
---|---|
State | Accepted |
Commit | d7e5d8d24c1179b36a3cb40b3f785e23a8992acd |
Headers | show |
Series | [1/3] ASoC: amd: remove unused header file inclusion | expand |
On Thu, 7 Jul 2022 18:56:08 +0530, Vijendar Mukunda wrote: > Removed unused header file inclusion from Jadeite platform machine > driver. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/3] ASoC: amd: remove unused header file inclusion commit: d7e5d8d24c1179b36a3cb40b3f785e23a8992acd [2/3] ASoC: amd: drop machine driver remove function commit: 8d9cd3ead42a6d3bac131c4331acfa5244674fbb [3/3] ASoC: amd: fix for variable set but not used warning commit: 0de876c125188e502d2899de4bcba8d4a6b1f98c 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/amd/acp-es8336.c b/sound/soc/amd/acp-es8336.c index eec3d57092fa..8ce26c9b3ead 100644 --- a/sound/soc/amd/acp-es8336.c +++ b/sound/soc/amd/acp-es8336.c @@ -23,7 +23,6 @@ #include <linux/module.h> #include <linux/acpi.h> -#include "../codecs/es8316.h" #include "acp.h" #define DUAL_CHANNEL 2
Removed unused header file inclusion from Jadeite platform machine driver. Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com> --- sound/soc/amd/acp-es8336.c | 1 - 1 file changed, 1 deletion(-)