Commit 0f062792 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

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: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 13d6e9b6
......@@ -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), \
......
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