Browse Source

V4L/DVB (5551): Plan-b: header change

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Alan Cox 18 years ago
parent
commit
8ca966d7fd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/media/video/planb.h

+ 1 - 0
drivers/media/video/planb.h

@@ -177,6 +177,7 @@ struct planb {
 	struct mutex lock;
 	unsigned int	irq;			/* interrupt number */
 	volatile unsigned int intr_mask;
+	struct pci_dev *dev;			/* Our PCI device */
 
 	int	overlay;			/* overlay running? */
 	struct	planb_window win;