diff options
-rw-r--r-- | drivers/edac/i7core_edac.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/edac/i7core_edac.c b/drivers/edac/i7core_edac.c index b466f803db12..4a12961c5ef6 100644 --- a/drivers/edac/i7core_edac.c +++ b/drivers/edac/i7core_edac.c | |||
@@ -243,8 +243,6 @@ struct i7core_pvt { | |||
243 | struct i7core_inject inject; | 243 | struct i7core_inject inject; |
244 | struct i7core_channel channel[NUM_CHANS]; | 244 | struct i7core_channel channel[NUM_CHANS]; |
245 | 245 | ||
246 | int channels; /* Number of active channels */ | ||
247 | |||
248 | int ce_count_available; | 246 | int ce_count_available; |
249 | int csrow_map[NUM_CHANS][MAX_DIMMS]; | 247 | int csrow_map[NUM_CHANS][MAX_DIMMS]; |
250 | 248 | ||