Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

authored by

Alan Cox and committed by
Mauro Carvalho Chehab
8ca966d7 c123b867

+1
+1
drivers/media/video/planb.h
··· 177 177 struct mutex lock; 178 178 unsigned int irq; /* interrupt number */ 179 179 volatile unsigned int intr_mask; 180 + struct pci_dev *dev; /* Our PCI device */ 180 181 181 182 int overlay; /* overlay running? */ 182 183 struct planb_window win;