|
@@ -14,9 +14,6 @@
|
|
#include "edac_core.h"
|
|
#include "edac_core.h"
|
|
#include "edac_module.h"
|
|
#include "edac_module.h"
|
|
|
|
|
|
-/* Turn off this whole feature if PCI is not configured */
|
|
|
|
-#ifdef CONFIG_PCI
|
|
|
|
-
|
|
|
|
#define EDAC_PCI_SYMLINK "device"
|
|
#define EDAC_PCI_SYMLINK "device"
|
|
|
|
|
|
/* data variables exported via sysfs */
|
|
/* data variables exported via sysfs */
|
|
@@ -761,5 +758,3 @@ MODULE_PARM_DESC(check_pci_errors,
|
|
module_param(edac_pci_panic_on_pe, int, 0644);
|
|
module_param(edac_pci_panic_on_pe, int, 0644);
|
|
MODULE_PARM_DESC(edac_pci_panic_on_pe,
|
|
MODULE_PARM_DESC(edac_pci_panic_on_pe,
|
|
"Panic on PCI Bus Parity error: 0=off 1=on");
|
|
"Panic on PCI Bus Parity error: 0=off 1=on");
|
|
-
|
|
|
|
-#endif /* CONFIG_PCI */
|
|
|