Commit 6cbe9c0d authored by Randy Dunlap's avatar Randy Dunlap Committed by Greg Kroah-Hartman

[PATCH] edac_752x needs CONFIG_HOTPLUG

EDAC_752X uses pci_scan_single_device(), which is only available
if CONFIG_HOTPLUG is enabled, so limit this driver with HOTPLUG.

This patch was already included in Linus' tree.

Adrian Bunk:
Rediffed for 2.6.16.x due to unrelated context changes.
Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: default avatarDavid S. Peterson <dsp@llnl.gov>
parent 345db284
...@@ -71,7 +71,7 @@ config EDAC_E7XXX ...@@ -71,7 +71,7 @@ config EDAC_E7XXX
config EDAC_E752X config EDAC_E752X
tristate "Intel e752x (e7520, e7525, e7320)" tristate "Intel e752x (e7520, e7525, e7320)"
depends on EDAC_MM_EDAC && PCI depends on EDAC_MM_EDAC && PCI && HOTPLUG
help help
Support for error detection and correction on the Intel Support for error detection and correction on the Intel
E7520, E7525, E7320 server chipsets. E7520, E7525, E7320 server chipsets.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment