[alsa-devel] [PATCH 2/2] ASoC: rt5677: Remove superfluous linux/kthread.h inclusion
Takashi Iwai
tiwai at suse.de
Mon Nov 14 22:17:45 CET 2016
It's nowhere used in this driver code.
Signed-off-by: Takashi Iwai <tiwai at suse.de>
---
sound/soc/codecs/rt5677-spi.c | 1 -
1 file changed, 1 deletion(-)
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>
--
2.10.2
More information about the Alsa-devel
mailing list