aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/edac_core.h
diff options
context:
space:
mode:
authorDave Jiang <djiang@mvista.com>2007-07-19 01:49:54 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-19 10:04:54 -0700
commit4de78c6877ec21142582ac19453c2d453d1ea298 (patch)
tree784a1e007bea40744b93d4e0a09131e107fb6522 /drivers/edac/edac_core.h
parent66ee2f940ac8ab25f0c43a1e717d25dc46bfe74d (diff)
downloadkernel_samsung_smdk4412-4de78c6877ec21142582ac19453c2d453d1ea298.zip
kernel_samsung_smdk4412-4de78c6877ec21142582ac19453c2d453d1ea298.tar.gz
kernel_samsung_smdk4412-4de78c6877ec21142582ac19453c2d453d1ea298.tar.bz2
drivers/edac: mod PCI poll names
Fixup poll values for MC and PCI. Also make mc function names unique to mc. Signed-off-by: Dave Jiang <djiang@mvista.com> Signed-off-by: Douglas Thompson <dougthompson@xmissin.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/edac/edac_core.h')
-rw-r--r--drivers/edac/edac_core.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/edac/edac_core.h b/drivers/edac/edac_core.h
index febff41..5371e23 100644
--- a/drivers/edac/edac_core.h
+++ b/drivers/edac/edac_core.h
@@ -646,13 +646,6 @@ struct edac_pci_ctl_info {
int pci_idx;
- /* Per instance controls for this edac_device */
- int check_parity_error; /* boolean for checking parity errs */
- int log_parity_error; /* boolean for logging parity errs */
- int panic_on_pe; /* boolean for panic'ing on a PE */
- unsigned poll_msec; /* number of milliseconds to poll interval */
- unsigned long delay; /* number of jiffies for poll_msec */
-
struct sysdev_class *edac_class; /* pointer to class */
/* the internal state of this controller instance */