diff options
author | Corentin LABBE <[email protected]> | 2017-09-18 19:26:07 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2017-09-19 16:55:17 +0100 |
commit | 870fcae998dd16f3985627b4151ab8491d94b8c7 (patch) | |
tree | 9b1b9676853312b6bf0b165ef5cd674fb70d2d5f | |
parent | 355b3552d59f471bfaf41cf7c6cc0a6fa193b303 (diff) |
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 <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
-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> |