]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: winbond: Made local functions static
authorHarsh Kumar <harsh1kumar@gmail.com>
Thu, 30 May 2013 05:48:12 +0000 (11:18 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 May 2013 11:59:48 +0000 (20:59 +0900)
commit81a17a03e234a9ad873f7b035283cc54979ae599
tree8c12b30525cdb5562b4799002ba770666a36e9af
parentca0bc0e46b887ba5fb9ebb213bffa7ab5e2dc8ae
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 <harsh1kumar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/winbond/reg.c