diff options
author | Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> | 2010-08-20 03:33:10 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-24 09:20:41 -0400 |
commit | 21b6806a8cbda694eb1bed8d5b60bd7c322ad343 (patch) | |
tree | d14fd971908493c6ab6277f99804985a46c481a0 /drivers | |
parent | 2e5185f7ff2b26206889d7ebb09ddc4c59b656a4 (diff) |
i7core_edac: Remove unused member channels in i7core_pvt
Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-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 | ||