diff options
| author | Takashi Iwai <tiwai@suse.de> | 2016-11-14 16:17:44 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2016-11-16 12:37:35 -0500 |
| commit | 6342ad66d117cfdaa3ad02043e9b3a753788a971 (patch) | |
| tree | db1803e63a6d54328b8ed4a4d81288f38524d31b | |
| parent | a5461fd6c8f70b3d897f5f76612e890ad47a5b93 (diff) | |
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>
| -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 @@ | |||
| 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> |
