From 95efb565b6581c98df9064aeaa6b63dc3dfad2f6 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 8 Oct 2012 09:33:38 +0200 Subject: pirq_route_irqs is private Change-Id: I120913dac3150a72c2e66c74872ee00074ee0267 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/1936 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/arch/x86/include/arch/pirq_routing.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/arch/x86/include') diff --git a/src/arch/x86/include/arch/pirq_routing.h b/src/arch/x86/include/arch/pirq_routing.h index 94884732ba..241ec3b4b5 100644 --- a/src/arch/x86/include/arch/pirq_routing.h +++ b/src/arch/x86/include/arch/pirq_routing.h @@ -67,10 +67,7 @@ unsigned long copy_pirq_routing_table(unsigned long addr, const struct irq_routi unsigned long write_pirq_routing_table(unsigned long start); #if CONFIG_PIRQ_ROUTE -void pirq_route_irqs(unsigned long start); void pirq_assign_irqs(const unsigned char pirq[CONFIG_MAX_PIRQ_LINKS]); -#else -#define pirq_route_irqs(start) {} #endif #else -- cgit v1.2.3