ASoC: amd: acp: Fix -Wmissing-prototypes warning
authorMarian Postevca <posteuca@mutex.one>
Wed, 13 Sep 2023 21:09:16 +0000 (00:09 +0300)
committerMark Brown <broonie@kernel.org>
Wed, 13 Sep 2023 21:13:42 +0000 (22:13 +0100)
commitcfaa4c32ccd3a4cb1140416a9ab51904e938d767
treee175d8790a5125adf6d5825ff7ccebf307c930ff
parentbc51fbeea39e34b9a01820fea5b6092fcc5b48f2
ASoC: amd: acp: Fix -Wmissing-prototypes warning

Fix prototype missing warning for acp3x_es83xx_init_ops() by
including the header acp3x-es83xx.h

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202309111220.g63yHDfH-lkp@intel.com/
Signed-off-by: Marian Postevca <posteuca@mutex.one>
Link: https://lore.kernel.org/r/20230913210916.2523-1-posteuca@mutex.one
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/acp/acp3x-es83xx/acp3x-es83xx.c