From: Corentin Labbe Date: Thu, 15 Dec 2016 15:23:02 +0000 (+0100) Subject: ASoC: rt5677: Remove unneeded linux/miscdevice.h include X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=df3b5733496f7c375fcb200a5a82b7d89d75cfd1;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ASoC: rt5677: Remove unneeded linux/miscdevice.h include sound/soc/codecs/rt5677-spi.c does not use any miscdevice so this patch remove this unnecessary inclusion. Signed-off-by: Corentin Labbe Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/rt5677-spi.c b/sound/soc/codecs/rt5677-spi.c index ebd0f7c5ad3b..bd51f3655ee3 100644 --- a/sound/soc/codecs/rt5677-spi.c +++ b/sound/soc/codecs/rt5677-spi.c @@ -21,7 +21,6 @@ #include #include #include -#include #include #include #include