diff options
author | Corentin LABBE <clabbe.montjoie@gmail.com> | 2017-09-18 20:26:07 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-09-19 18:55:17 +0300 |
commit | 870fcae998dd16f3985627b4151ab8491d94b8c7 (patch) | |
tree | 9b1b9676853312b6bf0b165ef5cd674fb70d2d5f /sound/soc/intel/atom | |
parent | 355b3552d59f471bfaf41cf7c6cc0a6fa193b303 (diff) | |
download | linux-870fcae998dd16f3985627b4151ab8491d94b8c7.tar.xz |
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.c | 1 |
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> |