aboutsummaryrefslogtreecommitdiffstats
path: root/sound
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
parentLinux 4.9-rc1 (diff)
downloadlinux-dev-a40db07fbf6c47dd40aa6b5e0408e48cbae1338a.tar.xz
linux-dev-a40db07fbf6c47dd40aa6b5e0408e48cbae1338a.zip
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')
-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>