aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88.h
diff options
context:
space:
mode:
authorMarkus Rechberger <mrechberger@gmail.com>2007-04-27 12:31:06 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-04-27 15:43:25 -0300
commit77b7477467824098741351b6253a4ad292e28df9 (patch)
tree948ae57ed00c6f33400692100523256471fa5b37 /drivers/media/video/cx88/cx88.h
parentacf2821282bdd912f9ca46780879a21679429f85 (diff)
downloadlinux-77b7477467824098741351b6253a4ad292e28df9.tar.gz
V4L/DVB (5298): Added support for deferred module requesting to cx88
added support for deferred module requesting to cx88 Signed-off-by: Markus Rechberger <mrechberger@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r--drivers/media/video/cx88/cx88.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h
index a4f7befda5b016..d16ed93080e9a1 100644
--- a/drivers/media/video/cx88/cx88.h
+++ b/drivers/media/video/cx88/cx88.h
@@ -481,6 +481,8 @@ struct cx8802_dev {
/* List of attached drivers */
struct cx8802_driver drvlist;
+ struct work_struct request_module_wk;
+
};
/* ----------------------------------------------------------- */