From: Maxim Uvarov Date: Tue, 27 Mar 2012 23:44:21 +0000 (-0700) Subject: remove unused mutex hpidebuglock X-Git-Tag: v2.6.39-400.9.0~426^2~35 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4412509d32879f2f4431915c9f62c29e9b7e3ff7;p=users%2Fjedix%2Flinux-maple.git remove unused mutex hpidebuglock Remove unused mutex and clean up following warnings drivers/net/hxge/hpi/hpi.c:35: warning: data definition has no type or storage class drivers/net/hxge/hpi/hpi.c:35: warning: type defaults to "int" in declaration of "DECLARE_MUTEX" drivers/net/hxge/hpi/hpi.c:35: warning: parameter names (without types) in function declaration Signed-off-by: Maxim Uvarov --- diff --git a/drivers/net/hxge/hpi/hpi.c b/drivers/net/hxge/hpi/hpi.c index 6b53a730efdc..d94218806fbf 100644 --- a/drivers/net/hxge/hpi/hpi.c +++ b/drivers/net/hxge/hpi/hpi.c @@ -32,7 +32,6 @@ #include #endif -DECLARE_MUTEX(hpidebuglock); int hpi_debug_init = 0; uint64_t hpi_debug_level = 0;