[alsa-devel] [PATCH 1/2] ASoC: rt5514-spi: Remove unneeded linux/miscdevice.h include
![](https://secure.gravatar.com/avatar/1e7efdb0d6f6d879dc7716666a5c7abe.jpg?s=120&d=mm&r=g)
sound/soc/codecs/rt5514-spi.c does not use any miscdevice so this patch remove this unnecessary inclusion.
Signed-off-by: Corentin Labbe clabbe.montjoie@gmail.com --- sound/soc/codecs/rt5514-spi.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/sound/soc/codecs/rt5514-spi.c b/sound/soc/codecs/rt5514-spi.c index 0901e25..7ed62e8 100644 --- a/sound/soc/codecs/rt5514-spi.c +++ b/sound/soc/codecs/rt5514-spi.c @@ -21,7 +21,6 @@ #include <linux/gpio.h> #include <linux/sched.h> #include <linux/uaccess.h> -#include <linux/miscdevice.h> #include <linux/regulator/consumer.h> #include <linux/pm_qos.h> #include <linux/sysfs.h>
![](https://secure.gravatar.com/avatar/1e7efdb0d6f6d879dc7716666a5c7abe.jpg?s=120&d=mm&r=g)
sound/soc/codecs/rt5677-spi.c does not use any miscdevice so this patch remove this unnecessary inclusion.
Signed-off-by: Corentin Labbe clabbe.montjoie@gmail.com --- sound/soc/codecs/rt5677-spi.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/sound/soc/codecs/rt5677-spi.c b/sound/soc/codecs/rt5677-spi.c index ebd0f7c..bd51f36 100644 --- a/sound/soc/codecs/rt5677-spi.c +++ b/sound/soc/codecs/rt5677-spi.c @@ -21,7 +21,6 @@ #include <linux/gpio.h> #include <linux/sched.h> #include <linux/uaccess.h> -#include <linux/miscdevice.h> #include <linux/regulator/consumer.h> #include <linux/pm_qos.h> #include <linux/sysfs.h>
participants (1)
-
Corentin Labbe