diff options
Diffstat (limited to 'drivers/media/pci/cx88/cx88.h')
-rw-r--r-- | drivers/media/pci/cx88/cx88.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/pci/cx88/cx88.h b/drivers/media/pci/cx88/cx88.h index 3b0ae754f165..7748ca9abb09 100644 --- a/drivers/media/pci/cx88/cx88.h +++ b/drivers/media/pci/cx88/cx88.h | |||
@@ -485,6 +485,7 @@ struct cx8800_dev { | |||
485 | /* pci i/o */ | 485 | /* pci i/o */ |
486 | struct pci_dev *pci; | 486 | struct pci_dev *pci; |
487 | unsigned char pci_rev,pci_lat; | 487 | unsigned char pci_rev,pci_lat; |
488 | void *alloc_ctx; | ||
488 | 489 | ||
489 | const struct cx8800_fmt *fmt; | 490 | const struct cx8800_fmt *fmt; |
490 | 491 | ||
@@ -548,6 +549,7 @@ struct cx8802_dev { | |||
548 | /* pci i/o */ | 549 | /* pci i/o */ |
549 | struct pci_dev *pci; | 550 | struct pci_dev *pci; |
550 | unsigned char pci_rev,pci_lat; | 551 | unsigned char pci_rev,pci_lat; |
552 | void *alloc_ctx; | ||
551 | 553 | ||
552 | /* dma queues */ | 554 | /* dma queues */ |
553 | struct cx88_dmaqueue mpegq; | 555 | struct cx88_dmaqueue mpegq; |