diff mbox

PCI: enable_drhd_fault_handling() section mismatch cleanup

Message ID 20110202143602.7973.46562.sendpatchset@prarit.bos.redhat.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Prarit Bhargava Feb. 2, 2011, 2:36 p.m. UTC
None
diff mbox

Patch

diff --git a/drivers/pci/dmar.c b/drivers/pci/dmar.c
index 09933eb..6c7f957 100644
--- a/drivers/pci/dmar.c
+++ b/drivers/pci/dmar.c
@@ -1399,7 +1399,7 @@  int dmar_set_interrupt(struct intel_iommu *iommu)
 	return ret;
 }
 
-int __init enable_drhd_fault_handling(void)
+int __cpuinit enable_drhd_fault_handling(void)
 {
 	struct dmar_drhd_unit *drhd;