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>
This commit is contained in:
parent
13d6e9b653
commit
0f062792b4
|
@ -247,7 +247,6 @@ struct i7core_pvt {
|
||||||
/* Static vars */
|
/* Static vars */
|
||||||
static LIST_HEAD(i7core_edac_list);
|
static LIST_HEAD(i7core_edac_list);
|
||||||
static DEFINE_MUTEX(i7core_edac_lock);
|
static DEFINE_MUTEX(i7core_edac_lock);
|
||||||
static u8 max_num_sockets;
|
|
||||||
|
|
||||||
#define PCI_DESCR(device, function, device_id) \
|
#define PCI_DESCR(device, function, device_id) \
|
||||||
.dev = (device), \
|
.dev = (device), \
|
||||||
|
|
Loading…
Reference in New Issue