Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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),			\