summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt5677-spi.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2016-11-14 22:17:45 +0100
committerMark Brown <broonie@kernel.org>2016-11-16 17:37:49 +0000
commita40db07fbf6c47dd40aa6b5e0408e48cbae1338a (patch)
treebe8ba9f96ebb871fe4df0fee041e3b458ce17b1e /sound/soc/codecs/rt5677-spi.c
parent1001354ca34179f3db924eb66672442a173147dc (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>
Diffstat (limited to 'sound/soc/codecs/rt5677-spi.c')
-rw-r--r--sound/soc/codecs/rt5677-spi.c1
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 @@
#include <linux/slab.h>
#include <linux/gpio.h>
#include <linux/sched.h>
-#include <linux/kthread.h>
#include <linux/uaccess.h>
#include <linux/miscdevice.h>
#include <linux/regulator/consumer.h>