projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c66b5a7
)
edac: remove proc_name from mci structure
author
Mauro Carvalho Chehab
<mchehab@redhat.com>
Tue, 19 Feb 2013 09:50:05 +0000
(06:50 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Thu, 21 Feb 2013 14:06:38 +0000
(11:06 -0300)
proc_name isn't used anywhere. Remove it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
include/linux/edac.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/edac.h
b/include/linux/edac.h
index 1b7744c219b8ae903c044cb4ede5bda61e519a36..ff18efc754f3bd33e46ba273b3dd469b1603d885 100644
(file)
--- 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) */