projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5de5b7
)
ASoC: rt5514-spi: Remove unneeded linux/miscdevice.h include
author
Corentin Labbe
<clabbe.montjoie@gmail.com>
Thu, 15 Dec 2016 15:23:01 +0000
(16:23 +0100)
committer
Mark Brown
<broonie@kernel.org>
Thu, 15 Dec 2016 16:26:58 +0000
(16:26 +0000)
sound/soc/codecs/rt5514-spi.c does not use any miscdevice so this patch
remove this unnecessary inclusion.
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt5514-spi.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/rt5514-spi.c
b/sound/soc/codecs/rt5514-spi.c
index
0901e25
..
7ed62e8
100644
(file)
--- a/
sound/soc/codecs/rt5514-spi.c
+++ b/
sound/soc/codecs/rt5514-spi.c
@@
-21,7
+21,6
@@
#include <linux/gpio.h>
#include <linux/sched.h>
#include <linux/uaccess.h>
-#include <linux/miscdevice.h>
#include <linux/regulator/consumer.h>
#include <linux/pm_qos.h>
#include <linux/sysfs.h>