diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index ea5c092a779e..baeae1ac992c 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -259,8 +259,8 @@ struct cx88_core { | |||
259 | /* pci stuff */ | 259 | /* pci stuff */ |
260 | int pci_bus; | 260 | int pci_bus; |
261 | int pci_slot; | 261 | int pci_slot; |
262 | u32 __iomem *lmmio; | 262 | u32 __iomem *lmmio; |
263 | u8 __iomem *bmmio; | 263 | u8 __iomem *bmmio; |
264 | u32 shadow[SHADOW_MAX]; | 264 | u32 shadow[SHADOW_MAX]; |
265 | int pci_irqmask; | 265 | int pci_irqmask; |
266 | 266 | ||