diff options
Diffstat (limited to 'include/linux/pci.h')
| -rw-r--r-- | include/linux/pci.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 907b455ab60..8ee7e4e4653 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -286,6 +286,7 @@ struct pci_dev {  	unsigned int	irq;  	struct resource resource[DEVICE_COUNT_RESOURCE]; /* I/O and memory regions + expansion ROMs */ +	bool match_driver;		/* Skip attaching driver */  	/* These fields are used by common fixups */  	unsigned int	transparent:1;	/* Transparent PCI bridge */  	unsigned int	multifunction:1;/* Part of multi-function device */  |