diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2009-12-04 03:03:35 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-01-17 08:55:33 -0500 |
commit | bc4ed42fdf762a2049b255de92626ad1cfd86d8e (patch) | |
tree | 5cc1d2614fd8d439a402303950462e2b4b9bd1cb /drivers/media/dvb/mantis/mantis_link.h | |
parent | dd827da1e7d6ecf81883af68731cf0f1c2393c6d (diff) |
V4L/DVB (13733): [Mantis] Start with the PCMCIA interface
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_link.h')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_link.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/mantis/mantis_link.h b/drivers/media/dvb/mantis/mantis_link.h index 2849457c427..2d9b64f6937 100644 --- a/drivers/media/dvb/mantis/mantis_link.h +++ b/drivers/media/dvb/mantis/mantis_link.h | |||
@@ -40,7 +40,7 @@ struct mantis_ca { | |||
40 | wait_queue_head_t hif_opdone_wq; | 40 | wait_queue_head_t hif_opdone_wq; |
41 | wait_queue_head_t hif_brrdyw_wq; | 41 | wait_queue_head_t hif_brrdyw_wq; |
42 | wait_queue_head_t hif_data_wq; | 42 | wait_queue_head_t hif_data_wq; |
43 | u32 hif_job_queue | 43 | u32 hif_job_queue; |
44 | 44 | ||
45 | enum mantis_sbuf_status sbuf_status; | 45 | enum mantis_sbuf_status sbuf_status; |
46 | 46 | ||