From: Arend van Spriel Date: Tue, 3 May 2011 09:35:40 +0000 (+0200) Subject: staging: brcm80211: remove zero initialization of static in si_pmu_ilp_clock X-Git-Tag: v3.0-rc1~336^2~553 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ac71a1dda960b2166dd04bcf6c3d606cb7903bb;p=pandora-kernel.git staging: brcm80211: remove zero initialization of static in si_pmu_ilp_clock The static variable ilpcycles_per_sec was initialized with zero value, which is not necessary (checkpatch error). Initialization has been removed. Cc: devel@linuxdriverproject.org Cc: linux-wireless@vger.kernel.org Cc: Brett Rudley Cc: Henry Ptasinski Cc: Roland Vossen Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed