Skip to content

Commit

Permalink
i7core_edac: remove static counter for max sockets
Browse files Browse the repository at this point in the history
The number of sockets is now fully dynamic. Get rid of this obsolete
var.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed May 10, 2010
1 parent 13d6e9b commit 0f06279
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/edac/i7core_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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), \
Expand Down

0 comments on commit 0f06279

Please sign in to comment.