From c3c5a5f51300e34581ab76c6b078dc9637b5c4ce Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Sun, 13 Jan 2019 22:17:04 -0800 Subject: PCI: Drop "ops" from struct pci_bus Drop "ops" from struct pci_bus, since the same struct can be accessed via host->pci_ops. No functional change intended. Reviewed-by: Sam Ravnborg Signed-off-by: Andrey Smirnov Signed-off-by: Sascha Hauer --- include/linux/pci.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/linux') diff --git a/include/linux/pci.h b/include/linux/pci.h index a519a9dc81..b609a1330b 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -131,8 +131,6 @@ struct pci_bus { struct list_head devices; /* list of devices on this bus */ struct resource *resource[PCI_BRIDGE_RESOURCE_NUM]; - struct pci_ops *ops; /* configuration access functions */ - unsigned char number; /* bus number */ unsigned char primary; /* number of primary bridge */ unsigned char secondary; /* number of secondary bridge */ -- cgit v1.2.3