Re: [PATCH] ASoC: fsl: lpc3xxx-i2s: Include bitfield.h for FIELD_PREP

2024-07-02 Thread Mark Brown
On Mon, 01 Jul 2024 11:26:38 -0700, Nathan Chancellor wrote: > bitfield.h is not explicitly included but it is required for FIELD_PREP > to be expanded by the preprocessor. If it is not implicitly included, > there will be a compiler error (as seen with ARCH=hexagon allmodconfig): > > sound/soc/

[PATCH] ASoC: fsl: lpc3xxx-i2s: Include bitfield.h for FIELD_PREP

2024-07-01 Thread Nathan Chancellor
bitfield.h is not explicitly included but it is required for FIELD_PREP to be expanded by the preprocessor. If it is not implicitly included, there will be a compiler error (as seen with ARCH=hexagon allmodconfig): sound/soc/fsl/lpc3xxx-i2s.c:169:10: error: call to undeclared function 'FIELD_PR