diff options
Diffstat (limited to 'drivers/edac/edac_core.h')
-rw-r--r-- | drivers/edac/edac_core.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/edac/edac_core.h b/drivers/edac/edac_core.h index febff411142..5371e230a4a 100644 --- a/drivers/edac/edac_core.h +++ b/drivers/edac/edac_core.h | |||
@@ -646,13 +646,6 @@ struct edac_pci_ctl_info { | |||
646 | 646 | ||
647 | int pci_idx; | 647 | int pci_idx; |
648 | 648 | ||
649 | /* Per instance controls for this edac_device */ | ||
650 | int check_parity_error; /* boolean for checking parity errs */ | ||
651 | int log_parity_error; /* boolean for logging parity errs */ | ||
652 | int panic_on_pe; /* boolean for panic'ing on a PE */ | ||
653 | unsigned poll_msec; /* number of milliseconds to poll interval */ | ||
654 | unsigned long delay; /* number of jiffies for poll_msec */ | ||
655 | |||
656 | struct sysdev_class *edac_class; /* pointer to class */ | 649 | struct sysdev_class *edac_class; /* pointer to class */ |
657 | 650 | ||
658 | /* the internal state of this controller instance */ | 651 | /* the internal state of this controller instance */ |