From 467a87abcea13a1b0b61223a175cf46b16474965 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sat, 22 Jul 2017 21:39:48 -0600 Subject: Fix files with multiple newlines at the end. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iaab26033e947cb9cf299faf1ce6d40a90a9facbe Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/20704 Reviewed-by: Kyösti Mälkki Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- src/arch/x86/include/arch/pirq_routing.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/arch') diff --git a/src/arch/x86/include/arch/pirq_routing.h b/src/arch/x86/include/arch/pirq_routing.h index 1ca7618f14..01179121ec 100644 --- a/src/arch/x86/include/arch/pirq_routing.h +++ b/src/arch/x86/include/arch/pirq_routing.h @@ -63,4 +63,3 @@ unsigned long write_pirq_routing_table(unsigned long start); void pirq_assign_irqs(const unsigned char pirq[CONFIG_MAX_PIRQ_LINKS]); #endif /* ARCH_PIRQ_ROUTING_H */ - -- cgit v1.2.3