| To: | gregkh@linuxfoundation.org |
|---|---|
| Subject: | [PATCH 2/9] mips/PCI: Remove CONFIG_HOTPLUG ifdefs |
| From: | Bill Pemberton <wfp5p@virginia.edu> |
| Date: | Wed, 21 Nov 2012 15:34:53 -0500 |
| Cc: | linux-pci@vger.kernel.org, Bjorn Helgaas <bhelgaas@google.com>, Ralf Baechle <ralf@linux-mips.org>, Grant Likely <grant.likely@secretlab.ca>, Rob Herring <rob.herring@calxeda.com>, linux-mips@linux-mips.org, devicetree-discuss@lists.ozlabs.org |
| In-reply-to: | <1353530100-728-1-git-send-email-wfp5p@virginia.edu> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <1353530100-728-1-git-send-email-wfp5p@virginia.edu> |
| Sender: | linux-mips-bounce@linux-mips.org |
Remove conditional code based on CONFIG_HOTPLUG being false. It's
always on now in preparation of it going away as an option.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: linux-mips@linux-mips.org
Cc: devicetree-discuss@lists.ozlabs.org
---
arch/mips/pci/pci.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/mips/pci/pci.c b/arch/mips/pci/pci.c
index 04e35bc..4040416 100644
--- a/arch/mips/pci/pci.c
+++ b/arch/mips/pci/pci.c
@@ -313,10 +313,8 @@ void __devinit pcibios_fixup_bus(struct pci_bus *bus)
}
}
-#ifdef CONFIG_HOTPLUG
EXPORT_SYMBOL(PCIBIOS_MIN_IO);
EXPORT_SYMBOL(PCIBIOS_MIN_MEM);
-#endif
int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma,
enum pci_mmap_state mmap_state, int write_combine)
--
1.8.0
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 198/493] ethernet: remove use of __devinit, Russell King - ARM Linux |
|---|---|
| Next by Date: | Re: [PATCH 1/2] MIPS: BCM47XX: select BOOT_RAW, Hauke Mehrtens |
| Previous by Thread: | [PATCH v3 0/8] bcma/ssb/BCM47XX: add GPIO driver to ssb/bcma, Hauke Mehrtens |
| Next by Thread: | Re: [PATCH 1/2] MIPS: BCM47XX: select BOOT_RAW, Hauke Mehrtens |
| Indexes: | [Date] [Thread] [Top] [All Lists] |