diff options
author | Takashi Iwai <tiwai@suse.de> | 2016-11-14 22:17:44 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-11-16 17:37:35 +0000 |
commit | 6342ad66d117cfdaa3ad02043e9b3a753788a971 (patch) | |
tree | db1803e63a6d54328b8ed4a4d81288f38524d31b /sound/soc/codecs/rt5514-spi.c | |
parent | a5461fd6c8f70b3d897f5f76612e890ad47a5b93 (diff) | |
download | talos-op-linux-6342ad66d117cfdaa3ad02043e9b3a753788a971.tar.gz talos-op-linux-6342ad66d117cfdaa3ad02043e9b3a753788a971.zip |
ASoC: rt5514: 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/rt5514-spi.c')
-rw-r--r-- | sound/soc/codecs/rt5514-spi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5514-spi.c b/sound/soc/codecs/rt5514-spi.c index 09103aab0cb2..0901e25d6db6 100644 --- a/sound/soc/codecs/rt5514-spi.c +++ b/sound/soc/codecs/rt5514-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> |