Re: [PATCH] ASoC: SOF: amd: Fixed Build error

From: Mark Brown
Date: Tue May 24 2022 - 14:25:32 EST


On Mon, 23 May 2022 16:59:53 +0530, Syed Saba kareem wrote:
> Add linux/module.h in acp-pci.c to solve the below dependency
>
> All error/warnings (new ones prefixed by >>):
>
> >> sound/soc/amd/acp/acp-pci.c:148:1: warning: data definition has no type or storage class
> 148 | MODULE_DEVICE_TABLE(pci, acp_pci_ids);
> | ^~~~~~~~~~~~~~~~~~~
> >> sound/soc/amd/acp/acp-pci.c:148:1: error: type defaults to 'int' in declaration of 'MODULE_DEVICE_TABLE' [-Werror=implicit-int]
> ...
>
> [...]

Applied to

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

Thanks!

[1/1] ASoC: SOF: amd: Fixed Build error
commit: 803a1f7272797faa15a7879cdc70f9adaf3fdcba

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