Unverified Commit 41e4a5b3 authored by Pierre-Louis Bossart's avatar Pierre-Louis Bossart Committed by Mark Brown
Browse files

ASoC: amd: acp-rt5645: fix 'defined but not used' warning

parent dc1aff7f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -182,11 +182,13 @@ static int cz_probe(struct platform_device *pdev)
	return 0;
}

#ifdef CONFIG_ACPI
static const struct acpi_device_id cz_audio_acpi_match[] = {
	{ "AMDI1002", 0 },
	{},
};
MODULE_DEVICE_TABLE(acpi, cz_audio_acpi_match);
#endif

static struct platform_driver cz_pcm_driver = {
	.driver = {