]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: SDCA: Add missing header includes
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Fri, 20 Dec 2024 17:35:12 +0000 (17:35 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 24 Dec 2024 22:44:53 +0000 (22:44 +0000)
commitdeb015208f7be9a62cb68dd8337d075b1829ee1d
tree1f539f8e720e2b6baf5d13be61a323287aa64e46
parentee37bc7e0144e312a8e990acdd4f49e4afa71f1c
ASoC: SDCA: Add missing header includes

Several of the SDCA files don't include all the headers they use
locally. These are included by the point of use through other
headers, so it is not currently causing any issues. However, files
should directly include things they directly use, so add the
missing header includes.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20241220173516.907406-1-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/sdca.h
include/sound/sdca_function.h
sound/soc/sdca/sdca_device.c
sound/soc/sdca/sdca_functions.c