summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorCorentin Labbe2016-12-15 16:23:02 +0100
committerMark Brown2016-12-15 17:27:19 +0100
commitdf3b5733496f7c375fcb200a5a82b7d89d75cfd1 (patch)
tree0b362f5faaea7779b107064f12b8b06ae90f1fb5 /sound
parentMerge remote-tracking branches 'asoc/topic/wm9712', 'asoc/topic/wm9713' and '... (diff)
downloadkernel-qcow2-linux-df3b5733496f7c375fcb200a5a82b7d89d75cfd1.tar.gz
kernel-qcow2-linux-df3b5733496f7c375fcb200a5a82b7d89d75cfd1.tar.xz
kernel-qcow2-linux-df3b5733496f7c375fcb200a5a82b7d89d75cfd1.zip
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 <clabbe.montjoie@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/rt5677-spi.c1
1 files changed, 0 insertions, 1 deletions
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 <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>