| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 03/12] MIPS: Netlogic: Remove unused pcibios_fixups |
| From: | "Jayachandran C" <jayachandranc@netlogicmicro.com> |
| Date: | Sat, 28 Apr 2012 18:42:09 +0530 |
| Cc: | "Jayachandran C" <jayachandranc@netlogicmicro.com> |
| In-reply-to: | <1335618738-4679-1-git-send-email-jayachandranc@netlogicmicro.com> |
| References: | <1335618738-4679-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 003e053..720cd71 100644
--- a/arch/mips/pci/pci-xlr.c
+++ b/arch/mips/pci/pci-xlr.c
@@ -354,7 +354,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 00/12] Netlogic XLR/XLS/XLP updates, Jayachandran C |
|---|---|
| Next by Date: | [PATCH 06/12] MIPS: Netlogic: SMP wakeup code update, Jayachandran C |
| Previous by Thread: | [PATCH 01/12] MIPS: Netlogic: Fix PCIX irq on XLR chips, Jayachandran C |
| Next by Thread: | [PATCH 06/12] MIPS: Netlogic: SMP wakeup code update, Jayachandran C |
| Indexes: | [Date] [Thread] [Top] [All Lists] |