From: Dmitri Vorobiev Date: Wed, 18 Jun 2008 07:18:20 +0000 (+0300) Subject: [MIPS] Namespace clean-up in arch/mips/pci/pci.c X-Git-Tag: v2.6.27-rc1~1063^2~38 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d58eaab5a01b9cf1819ec57271ac214a39bf6278;p=pandora-kernel.git [MIPS] Namespace clean-up in arch/mips/pci/pci.c The following symbols hose_head hose_tail are needlessly defined global in arch/mips/pci/pci.c, and this patch makes them static. The variable pci_isa_hose is not used, and is removed by this patch. Spotted by namespacecheck. Tested by booting a Malta 4Kc board up to the shell prompt. Signed-off-by: Dmitri Vorobiev Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed