| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 03/14] MIPS: Netlogic: Remove unused pcibios_fixups |
| From: | "Jayachandran C" <jayachandranc@netlogicmicro.com> |
| Date: | Tue, 8 May 2012 18:11:57 +0530 |
| Cc: | "Jayachandran C" <jayachandranc@netlogicmicro.com> |
| In-reply-to: | <1336480928-18887-1-git-send-email-jayachandranc@netlogicmicro.com> |
| References: | <1336480928-18887-1-git-send-email-jayachandranc@netlogicmicro.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
This global is unneeded, and seems to be carried over from ancient
code.
Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com>
---
arch/mips/pci/pci-xlr.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/arch/mips/pci/pci-xlr.c b/arch/mips/pci/pci-xlr.c
index 172af1c..18af021 100644
--- a/arch/mips/pci/pci-xlr.c
+++ b/arch/mips/pci/pci-xlr.c
@@ -375,7 +375,3 @@ static int __init pcibios_init(void)
}
arch_initcall(pcibios_init);
-
-struct pci_fixup pcibios_fixups[] = {
- {0}
-};
--
1.7.9.5
|
| Previous by Date: | [PATCH 04/14] MIPS: Netlogic: Fix TLB size of boot CPU., Jayachandran C |
|---|---|
| Next by Date: | [PATCH 02/14] MIPS: Netlogic: MSI enable fix for XLS, Jayachandran C |
| Previous by Thread: | [PATCH 04/14] MIPS: Netlogic: Fix TLB size of boot CPU., Jayachandran C |
| Next by Thread: | [PATCH 02/14] MIPS: Netlogic: MSI enable fix for XLS, Jayachandran C |
| Indexes: | [Date] [Thread] [Top] [All Lists] |