diff mbox series

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

Message ID t6y2aF0s2AtDT4mGv1iU8dxfUrRqRkiQL3ax3glwnfcpMZWTXxPvSdpnw2uQ5LjKQMNH6E8nNuLfmwAFzdS1Nllld4cW8Qxz5pO2XhNo984=@ethancedwards.com (mailing list archive)
State New
Headers show
Series ASoC: cs42l43: don't include '<linux/find.h>' directly | expand

Commit Message

Ethan Carter Edwards Dec. 23, 2024, 3:44 a.m. UTC
The header in <linux/find.h> explicitly states that it should not be
included directly and instead use bitmap.h.

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
---
 sound/soc/codecs/cs42l43.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ethan Carter Edwards Dec. 23, 2024, 3:49 a.m. UTC | #1
Just realized someone else got this via lore.kernel.org. My tree didn't include those changes. Sorry! Let me know how I can avoid doing that in the future, new dev. here.

Thanks,
Ethan
diff mbox series

Patch

diff --git a/sound/soc/codecs/cs42l43.c b/sound/soc/codecs/cs42l43.c
index 4236f78beec0..bee032c3ebbe 100644
--- a/sound/soc/codecs/cs42l43.c
+++ b/sound/soc/codecs/cs42l43.c
@@ -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>