aboutsummaryrefslogtreecommitdiff
path: root/drivers/edac
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-09-05 12:16:19 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-10 11:45:00 -0300
commit0f062792b48dc8389fb18cbfb9318625886644c7 (patch)
tree0472c0b0a524583e608422de8a3d144ad79c9aeb /drivers/edac
parent13d6e9b653e6f714024c67287c7d7eac54d8417b (diff)
i7core_edac: remove static counter for max sockets
The number of sockets is now fully dynamic. Get rid of this obsolete var. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/edac')
-rw-r--r--drivers/edac/i7core_edac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/edac/i7core_edac.c b/drivers/edac/i7core_edac.c
index c2266f820b0..391348bf93d 100644
--- a/drivers/edac/i7core_edac.c
+++ b/drivers/edac/i7core_edac.c
@@ -247,7 +247,6 @@ struct i7core_pvt {
/* Static vars */
static LIST_HEAD(i7core_edac_list);
static DEFINE_MUTEX(i7core_edac_lock);
-static u8 max_num_sockets;
#define PCI_DESCR(device, function, device_id) \
.dev = (device), \