diff options
Diffstat (limited to 'include/linux/pci.h')
| -rw-r--r-- | include/linux/pci.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 4c8ac5fcc224..a523cee3abb5 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -450,7 +450,7 @@ struct pci_bus {  	struct resource busn_res;	/* bus numbers routed to this bus */  	struct pci_ops	*ops;		/* configuration access functions */ -	struct msi_chip	*msi;		/* MSI controller */ +	struct msi_controller *msi;	/* MSI controller */  	void		*sysdata;	/* hook for sys-specific extension */  	struct proc_dir_entry *procdir;	/* directory entry in /proc/bus/pci */  | 
