summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorCorentin Labbe <clabbe.montjoie@gmail.com>2016-12-15 16:19:43 +0100
committerMark Brown <broonie@kernel.org>2016-12-15 16:30:49 +0000
commit98856d5ad89c4bb13544b1f1367a4d8355296a2d (patch)
tree94dfe76719b4d5757c512c2789f65605ceaf82fc /sound
parenta5de5b74a50113564a1e0850e2da96c37c35e55d (diff)
downloadlinux-98856d5ad89c4bb13544b1f1367a4d8355296a2d.tar.gz
linux-98856d5ad89c4bb13544b1f1367a4d8355296a2d.tar.xz
ASoC: wm0010: Remove unneeded linux/miscdevice.h include
sound/soc/codecs/wm0010.c does not use any miscdevice so this patch remove this unnecessary inclusion. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Acked-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/wm0010.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm0010.c b/sound/soc/codecs/wm0010.c
index 0eb5dcf4c29d..4f5f5710b569 100644
--- a/sound/soc/codecs/wm0010.c
+++ b/sound/soc/codecs/wm0010.c
@@ -21,7 +21,6 @@
#include <linux/firmware.h>
#include <linux/delay.h>
#include <linux/fs.h>
-#include <linux/miscdevice.h>
#include <linux/gpio.h>
#include <linux/regulator/consumer.h>
#include <linux/mutex.h>