From: Harsh Kumar Date: Thu, 30 May 2013 05:48:12 +0000 (+0530) Subject: Staging: winbond: Made local functions static X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~382 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e29e6a660f22791b0d78d8b75d620314e0f334f;p=pandora-kernel.git Staging: winbond: Made local functions static Few functions are used only in one file. They are not included in any other .h or .c files (I used grep to check). They seem to be local functions. So, I have made them static. I have also inlined one function as it is a one line function. Signed-off-by: Harsh Kumar Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed