diff options
author | Gerd Knorr <devnull@localhost> | 2004-10-25 11:26:35 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-10-25 11:26:35 +0000 |
commit | 500c59b431256f91f87b8c82dfa13982d08fc780 (patch) | |
tree | 4666be071a93b383ebda3b7bcab826d3a1b9adc6 /linux/drivers/media/video/cx88/cx88.h | |
parent | a3447d4616de78c449b78904b8b5e66db92f2c58 (diff) | |
download | mediapointer-dvb-s2-500c59b431256f91f87b8c82dfa13982d08fc780.tar.gz mediapointer-dvb-s2-500c59b431256f91f87b8c82dfa13982d08fc780.tar.bz2 |
- new saa7134 card by Nickolay V. Shmyrev
- misc stuff
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; }; |