summaryrefslogtreecommitdiff
path: root/arch/x86/include
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2017-10-04 15:40:46 -0500
committerBjorn Helgaas <bhelgaas@google.com>2017-11-07 18:38:48 -0600
commit7b30aa1f237045fd54a0e9b050c7c06dff6b711a (patch)
treec330b0acfa14a335cace8f1e786c9808ce9b80f2 /arch/x86/include
parentbe2d877aaa043d23c0522fd3c7491b8ef7b631fa (diff)
PCI: Remove unused declarations
Remove these unused declarations: pcibios_config_init() # never defined anywhere pcibios_scan_root() # only defined by x86 pcibios_get_irq_routing_table() # only defined by x86 pcibios_set_irq_routing() # only defined by x86 Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/pci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/pci.h b/arch/x86/include/asm/pci.h
index 645019085bb8..53873a875c01 100644
--- a/arch/x86/include/asm/pci.h
+++ b/arch/x86/include/asm/pci.h
@@ -88,7 +88,6 @@ extern unsigned long pci_mem_start;
#define PCIBIOS_MIN_CARDBUS_IO 0x4000
extern int pcibios_enabled;
-void pcibios_config_init(void);
void pcibios_scan_root(int bus);
struct irq_routing_table *pcibios_get_irq_routing_table(void);