projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5bd108
)
ASoC: cs42l43: don't include '<linux/find.h>' directly
author
Wolfram Sang
<wsa+renesas@sang-engineering.com>
Tue, 17 Dec 2024 07:05:45 +0000
(08:05 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/cs42l43.c
b/sound/soc/codecs/cs42l43.c
index 4236f78beec069239021ff1da28277b7e6e927a0..bee032c3ebbec5b8eb920f5afbcbe709d17ab474 100644
(file)
--- 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>