Skip to content

Commit

Permalink
edac: remove proc_name from mci structure
Browse files Browse the repository at this point in the history
proc_name isn't used anywhere. Remove it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Feb 21, 2013
1 parent c66b5a7 commit c2c93db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/edac.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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) */

Expand Down

0 comments on commit c2c93db

Please sign in to comment.