From: Larry Finger Date: Sun, 22 Dec 2013 23:36:59 +0000 (-0600) Subject: staging: r8188eu: Fix sparse warning in core/rtw_pwrctrl.c X-Git-Tag: v3.14-rc1~150^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=718aa5486eb6a8a310299a8f516505930d27511e;p=pandora-kernel.git staging: r8188eu: Fix sparse warning in core/rtw_pwrctrl.c Sparse reports the following: CHECK drivers/staging/rtl8188eu/core/rtw_pwrctrl.c drivers/staging/rtl8188eu/core/rtw_pwrctrl.c:525:6: warning: symbol 'rtw_free_pwrctrl_priv' was not declared. Should it be static? That routine is not used and has been deleted. Signed-off-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed