]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: cs42l43: don't include '<linux/find.h>' directly
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Tue, 17 Dec 2024 07:05:45 +0000 (08:05 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 17 Dec 2024 13:27:39 +0000 (13:27 +0000)
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>
sound/soc/codecs/cs42l43.c

index 4236f78beec069239021ff1da28277b7e6e927a0..bee032c3ebbec5b8eb920f5afbcbe709d17ab474 100644 (file)
@@ -12,7 +12,7 @@
 #include <linux/device.h>
 #include <linux/err.h>
 #include <linux/errno.h>
-#include <linux/find.h>
+#include <linux/bitmap.h>
 #include <linux/gcd.h>
 #include <linux/irq.h>
 #include <linux/irqdomain.h>