Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: cs42l43: don't include '<linux/find.h>' directly

The header clearly states that it does not want to be included directly,
only via '<linux/bitmap.h>'. Replace the include accordingly.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20241217070545.2533-2-wsa+renesas@sang-engineering.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Wolfram Sang and committed by
Mark Brown
db8b9b12 a5bd108d

+1 -1
+1 -1
sound/soc/codecs/cs42l43.c
··· 12 12 #include <linux/device.h> 13 13 #include <linux/err.h> 14 14 #include <linux/errno.h> 15 - #include <linux/find.h> 15 + #include <linux/bitmap.h> 16 16 #include <linux/gcd.h> 17 17 #include <linux/irq.h> 18 18 #include <linux/irqdomain.h>