aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/atom
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe.montjoie@gmail.com>2017-09-18 19:26:07 +0200
committerMark Brown <broonie@kernel.org>2017-09-19 16:55:17 +0100
commit870fcae998dd16f3985627b4151ab8491d94b8c7 (patch)
tree9b1b9676853312b6bf0b165ef5cd674fb70d2d5f /sound/soc/intel/atom
parentASoC: Intel: cht_bsw_max98090: add gpio-based jack detection (diff)
downloadlinux-dev-870fcae998dd16f3985627b4151ab8491d94b8c7.tar.xz
linux-dev-870fcae998dd16f3985627b4151ab8491d94b8c7.zip
ASoC: Intel: Atom: Remove unneeded linux/miscdevice.h include
No file in sound/soc/intel/ use any miscdevice. This patch remove this uncessary include. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/atom')
-rw-r--r--sound/soc/intel/atom/sst/sst_acpi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/intel/atom/sst/sst_acpi.c b/sound/soc/intel/atom/sst/sst_acpi.c
index ff4a5175a6cd..4d85ead243f1 100644
--- a/sound/soc/intel/atom/sst/sst_acpi.c
+++ b/sound/soc/intel/atom/sst/sst_acpi.c
@@ -23,7 +23,6 @@
#include <linux/interrupt.h>
#include <linux/slab.h>
#include <linux/io.h>
-#include <linux/miscdevice.h>
#include <linux/platform_device.h>
#include <linux/firmware.h>
#include <linux/pm_runtime.h>