From: Mauro Carvalho Chehab Date: Sat, 5 Sep 2009 15:16:19 +0000 (-0300) Subject: i7core_edac: remove static counter for max sockets X-Git-Tag: v2.6.35-rc2~10^2~29 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0f062792b48dc8389fb18cbfb9318625886644c7;p=karo-tx-linux.git 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 --- diff --git a/drivers/edac/i7core_edac.c b/drivers/edac/i7core_edac.c index c2266f820b0f..391348bf93d2 100644 --- a/drivers/edac/i7core_edac.c +++ b/drivers/edac/i7core_edac.c @@ -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), \