diff options
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88.h')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index f9412befd..8dcb768c8 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.38 2004/10/19 16:02:05 kraxel Exp $ + * $Id: cx88.h,v 1.39 2004/10/25 11:26:36 kraxel Exp $ * * v4l2 device driver for cx2388x based TV cards * @@ -291,7 +291,9 @@ struct cx8800_fh { }; struct cx8800_suspend_state { +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10) u32 pci_cfg[64 / sizeof(u32)]; +#endif int disabled; }; @@ -348,7 +350,9 @@ struct cx8802_fh { }; struct cx8802_suspend_state { +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10) u32 pci_cfg[64 / sizeof(u32)]; +#endif int disabled; }; |