diff options
author | Takashi Iwai <tiwai@suse.de> | 2016-11-14 22:17:45 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-11-16 17:37:49 +0000 |
commit | a40db07fbf6c47dd40aa6b5e0408e48cbae1338a (patch) | |
tree | be8ba9f96ebb871fe4df0fee041e3b458ce17b1e /sound | |
parent | 1001354ca34179f3db924eb66672442a173147dc (diff) | |
download | linux-a40db07fbf6c47dd40aa6b5e0408e48cbae1338a.tar.bz2 |
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.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 @@ #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> |