V4L/DVB (5551): Plan-b: header change
Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
c123b86771
commit
8ca966d7fd
|
@ -177,6 +177,7 @@ struct planb {
|
||||||
struct mutex lock;
|
struct mutex lock;
|
||||||
unsigned int irq; /* interrupt number */
|
unsigned int irq; /* interrupt number */
|
||||||
volatile unsigned int intr_mask;
|
volatile unsigned int intr_mask;
|
||||||
|
struct pci_dev *dev; /* Our PCI device */
|
||||||
|
|
||||||
int overlay; /* overlay running? */
|
int overlay; /* overlay running? */
|
||||||
struct planb_window win;
|
struct planb_window win;
|
||||||
|
|
Loading…
Reference in New Issue