Commit c2c93dbc97622e26dc19edc71e50ebaa996d7804
1 parent
c66b5a79a9
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
edac: remove proc_name from mci structure
proc_name isn't used anywhere. Remove it. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff
include/linux/edac.h
... | ... | @@ -48,7 +48,6 @@ |
48 | 48 | } |
49 | 49 | |
50 | 50 | #define EDAC_MC_LABEL_LEN 31 |
51 | -#define MC_PROC_NAME_MAX_LEN 7 | |
52 | 51 | |
53 | 52 | /** |
54 | 53 | * enum dev_type - describe the type of memory DRAM chips used at the stick |
... | ... | @@ -633,7 +632,6 @@ |
633 | 632 | const char *mod_ver; |
634 | 633 | const char *ctl_name; |
635 | 634 | const char *dev_name; |
636 | - char proc_name[MC_PROC_NAME_MAX_LEN + 1]; | |
637 | 635 | void *pvt_info; |
638 | 636 | unsigned long start_time; /* mci load start time (in jiffies) */ |
639 | 637 |