diff options
author | Takashi Iwai <tiwai@suse.de> | 2016-11-14 16:17:45 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-11-16 12:37:49 -0500 |
commit | a40db07fbf6c47dd40aa6b5e0408e48cbae1338a (patch) | |
tree | be8ba9f96ebb871fe4df0fee041e3b458ce17b1e | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) |
ASoC: rt5677: Remove superfluous linux/kthread.h inclusion
It's nowhere used in this driver code.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/codecs/rt5677-spi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5677-spi.c b/sound/soc/codecs/rt5677-spi.c index 91879ea95415..ebd0f7c5ad3b 100644 --- a/sound/soc/codecs/rt5677-spi.c +++ b/sound/soc/codecs/rt5677-spi.c | |||
@@ -20,7 +20,6 @@ | |||
20 | #include <linux/slab.h> | 20 | #include <linux/slab.h> |
21 | #include <linux/gpio.h> | 21 | #include <linux/gpio.h> |
22 | #include <linux/sched.h> | 22 | #include <linux/sched.h> |
23 | #include <linux/kthread.h> | ||
24 | #include <linux/uaccess.h> | 23 | #include <linux/uaccess.h> |
25 | #include <linux/miscdevice.h> | 24 | #include <linux/miscdevice.h> |
26 | #include <linux/regulator/consumer.h> | 25 | #include <linux/regulator/consumer.h> |