diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-02-19 04:50:05 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-02-21 09:06:38 -0500 |
commit | c2c93dbc97622e26dc19edc71e50ebaa996d7804 (patch) | |
tree | 06ea81c61334d2590fbdc1604d90df9f70c20281 /include/linux/edac.h | |
parent | c66b5a79a9348ccd6d1cd81416027d0e12da965d (diff) |
edac: remove proc_name from mci structure
proc_name isn't used anywhere. Remove it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/edac.h')
-rw-r--r-- | include/linux/edac.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/edac.h b/include/linux/edac.h index 1b7744c219b8..ff18efc754f3 100644 --- a/include/linux/edac.h +++ b/include/linux/edac.h | |||
@@ -48,7 +48,6 @@ static inline void opstate_init(void) | |||
48 | } | 48 | } |
49 | 49 | ||
50 | #define EDAC_MC_LABEL_LEN 31 | 50 | #define EDAC_MC_LABEL_LEN 31 |
51 | #define MC_PROC_NAME_MAX_LEN 7 | ||
52 | 51 | ||
53 | /** | 52 | /** |
54 | * enum dev_type - describe the type of memory DRAM chips used at the stick | 53 | * enum dev_type - describe the type of memory DRAM chips used at the stick |
@@ -633,7 +632,6 @@ struct mem_ctl_info { | |||
633 | const char *mod_ver; | 632 | const char *mod_ver; |
634 | const char *ctl_name; | 633 | const char *ctl_name; |
635 | const char *dev_name; | 634 | const char *dev_name; |
636 | char proc_name[MC_PROC_NAME_MAX_LEN + 1]; | ||
637 | void *pvt_info; | 635 | void *pvt_info; |
638 | unsigned long start_time; /* mci load start time (in jiffies) */ | 636 | unsigned long start_time; /* mci load start time (in jiffies) */ |
639 | 637 | ||