diff options
author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2024-12-20 17:35:12 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-12-24 22:44:53 +0000 |
commit | deb015208f7be9a62cb68dd8337d075b1829ee1d (patch) | |
tree | 1f539f8e720e2b6baf5d13be61a323287aa64e46 /include/sound/sdca_function.h | |
parent | ee37bc7e0144e312a8e990acdd4f49e4afa71f1c (diff) |
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>
Diffstat (limited to 'include/sound/sdca_function.h')
-rw-r--r-- | include/sound/sdca_function.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/sdca_function.h b/include/sound/sdca_function.h index a01eec86b9a6..6943df0851a9 100644 --- a/include/sound/sdca_function.h +++ b/include/sound/sdca_function.h @@ -9,6 +9,8 @@ #ifndef __SDCA_FUNCTION_H__ #define __SDCA_FUNCTION_H__ +#include <linux/bits.h> + /* * SDCA Function Types from SDCA specification v1.0a Section 5.1.2 * all Function types not described are reserved |