From: Matthew Wilcox Date: Tue, 10 Oct 2006 14:01:22 +0000 (-0600) Subject: PCI: Delete unused extern in powermac/pci.c X-Git-Tag: v2.6.20-rc2~6^2~13^2~478^2~20 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=e08cf02f32dff732b2be0c9755cf5eb676f88e48;p=linux-2.6-omap-h63xx.git PCI: Delete unused extern in powermac/pci.c This file no longer uses pci_cache_line_size, so delete the declaration Signed-off-by: Matthew Wilcox Cc: Benjamin Herrenschmidt Acked-by: Jeff Garzik Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/powerpc/platforms/powermac/pci.c b/arch/powerpc/platforms/powermac/pci.c index 9923adc5248..257dc906846 100644 --- a/arch/powerpc/platforms/powermac/pci.c +++ b/arch/powerpc/platforms/powermac/pci.c @@ -48,7 +48,6 @@ static struct pci_controller *u3_ht; static int has_second_ohare; #endif /* CONFIG_PPC64 */ -extern u8 pci_cache_line_size; extern int pcibios_assign_bus_offset; struct device_node *k2_skiplist[2];