summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/saa7134/saa7134.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-06-01 20:20:35 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-06-01 20:20:35 -0300
commit6eb2e602a08b4a3d2b9bd63cde2c01716957ffca (patch)
treed07ae87b6e79b13e7665563e2d447d7700a78351 /linux/drivers/media/video/saa7134/saa7134.h
parent4e4c168746908b7dc88bb1fe46b7308164fb145c (diff)
downloadmediapointer-dvb-s2-6eb2e602a08b4a3d2b9bd63cde2c01716957ffca.tar.gz
mediapointer-dvb-s2-6eb2e602a08b4a3d2b9bd63cde2c01716957ffca.tar.bz2
saa7134-tvaudio: kthread conversion
From: Christoph Hellwig <hch@lst.de> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Acked-by: Hermann Pitton <hermann-pitton@arcor.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/saa7134/saa7134.h')
-rw-r--r--linux/drivers/media/video/saa7134/saa7134.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/linux/drivers/media/video/saa7134/saa7134.h b/linux/drivers/media/video/saa7134/saa7134.h
index d6f4bd0b4..f1b4de448 100644
--- a/linux/drivers/media/video/saa7134/saa7134.h
+++ b/linux/drivers/media/video/saa7134/saa7134.h
@@ -335,10 +335,7 @@ struct saa7134_pgtable {
/* tvaudio thread status */
struct saa7134_thread {
- pid_t pid;
- struct completion exit;
- wait_queue_head_t wq;
- unsigned int shutdown;
+ struct task_struct *thread;
unsigned int scan1;
unsigned int scan2;
unsigned int mode;