mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 06:34:11 +08:00
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 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), \
|
||||
|
Loading…
Reference in New Issue
Block a user