On Sat, Oct 04, 2014 at 10:24:28AM +0800, Cheng-wei Lee wrote: > This patch fix the sparse warnings in wlan-ng/cfg80211.c > The following functions were only used in this file, so done by > declaring them into static. > > drivers/staging/wlan-ng/cfg80211.c:710:6: warning: symbol > 'prism2_connect_result' was not declared. Should it be static? > drivers/staging/wlan-ng/cfg80211.c:719:6: warning: symbol > 'prism2_disconnected' was not declared. Should it be static? > drivers/staging/wlan-ng/cfg80211.c:725:6: warning: symbol > 'prism2_roamed' was not declared. Should it be static? > > Signed-off-by: Quentin Lee <lee.rhapsody@xxxxxxxxx> > --- > drivers/staging/wlan-ng/cfg80211.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) This patch doesn't apply to my staging-testing branch of staging.git, can you refresh it and resend please? thanks, greg k-h _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel