diff options
author | Corentin Labbe <clabbe.montjoie@gmail.com> | 2016-12-15 16:19:43 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-12-15 16:30:49 +0000 |
commit | 98856d5ad89c4bb13544b1f1367a4d8355296a2d (patch) | |
tree | 94dfe76719b4d5757c512c2789f65605ceaf82fc /sound/soc/codecs/wm0010.c | |
parent | a5de5b74a50113564a1e0850e2da96c37c35e55d (diff) |
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/soc/codecs/wm0010.c')
-rw-r--r-- | sound/soc/codecs/wm0010.c | 1 |
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> |