Commit 21b6806a authored by Hidetoshi Seto's avatar Hidetoshi Seto Committed by Mauro Carvalho Chehab

i7core_edac: Remove unused member channels in i7core_pvt

Signed-off-by: default avatarHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 2e5185f7
...@@ -243,8 +243,6 @@ struct i7core_pvt { ...@@ -243,8 +243,6 @@ struct i7core_pvt {
struct i7core_inject inject; struct i7core_inject inject;
struct i7core_channel channel[NUM_CHANS]; struct i7core_channel channel[NUM_CHANS];
int channels; /* Number of active channels */
int ce_count_available; int ce_count_available;
int csrow_map[NUM_CHANS][MAX_DIMMS]; int csrow_map[NUM_CHANS][MAX_DIMMS];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment