V4L/DVB (5551): Plan-b: header change
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Mon, 23 Apr 2007 20:57:22 +0000 (17:57 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 27 Apr 2007 18:45:53 +0000 (15:45 -0300)
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/planb.h

index 9282321..e21b573 100644 (file)
@@ -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;