diff options
author | Linus Walleij <[email protected]> | 2023-12-01 14:20:36 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-12-01 16:59:22 +0000 |
commit | b191a524b225a3acd7528c3fa8ebeb15302c979b (patch) | |
tree | 6afaf8a7e159977615a57cd80f63ec7b1f44aeef | |
parent | 42d1178d223ba9498c1ed40a5fc243a43d35ec97 (diff) |
ASoC: cirrus: edb93xx: Drop legacy include
This driver includes the legacy GPIO API <linux/gpio.h> but
does not use any symbols from it.
Drop the include.
Reviewed-by: Alexander Sverdlin <[email protected]>
Link: https://patchwork.kernel.org/project/alsa-devel/patch/[email protected]/
Acked-by: Charles Keepax <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/cirrus/edb93xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/cirrus/edb93xx.c b/sound/soc/cirrus/edb93xx.c index 6b6817256331..8bb67d7d2b4b 100644 --- a/sound/soc/cirrus/edb93xx.c +++ b/sound/soc/cirrus/edb93xx.c @@ -11,7 +11,6 @@ */ #include <linux/platform_device.h> -#include <linux/gpio.h> #include <linux/module.h> #include <linux/soc/cirrus/ep93xx.h> #include <sound/core.h> |