From: Mauro Carvalho Chehab Date: Tue, 19 Feb 2013 09:50:05 +0000 (-0300) Subject: edac: remove proc_name from mci structure X-Git-Tag: v3.9-rc1~33^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2c93dbc97622e26dc19edc71e50ebaa996d7804;p=profile%2Fivi%2Fkernel-x86-ivi.git edac: remove proc_name from mci structure proc_name isn't used anywhere. Remove it. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/include/linux/edac.h b/include/linux/edac.h index 1b7744c..ff18efc 100644 --- a/include/linux/edac.h +++ b/include/linux/edac.h @@ -48,7 +48,6 @@ static inline void opstate_init(void) } #define EDAC_MC_LABEL_LEN 31 -#define MC_PROC_NAME_MAX_LEN 7 /** * enum dev_type - describe the type of memory DRAM chips used at the stick @@ -633,7 +632,6 @@ struct mem_ctl_info { const char *mod_ver; const char *ctl_name; const char *dev_name; - char proc_name[MC_PROC_NAME_MAX_LEN + 1]; void *pvt_info; unsigned long start_time; /* mci load start time (in jiffies) */