diff options
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88.h')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88.h | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index 2e30d831f..b97dda941 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -1,5 +1,5 @@ /* - * $Id: cx88.h,v 1.73 2005/08/16 15:49:32 catalin Exp $ + * $Id: cx88.h,v 1.74 2005/08/16 16:29:52 catalin Exp $ * * v4l2 device driver for cx2388x based TV cards * @@ -341,7 +341,10 @@ struct cx8800_suspend_state { struct cx8800_dev { struct cx88_core *core; struct list_head devlist; - /* struct semaphore lock; // moved to cx88_core */ +#if 0 + /* moved to cx88_core */ + struct semaphore lock; +#endif spinlock_t slock; /* various device info */ @@ -365,7 +368,10 @@ struct cx8800_dev { struct cx88_dmaqueue vbiq; /* various v4l controls */ - /* u32 freq; // moved to cx88_core */ +#if 0 + /* moved to cx88_core */ + u32 freq; +#endif /* other global state info */ struct cx8800_suspend_state state; @@ -393,7 +399,10 @@ struct cx8802_suspend_state { struct cx8802_dev { struct cx88_core *core; - /* struct semaphore lock; // moved to cx88_core ? */ +#if 0 + /* moved to cx88_core ? */ + struct semaphore lock; +#endif spinlock_t slock; /* pci i/o */ |