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)
commit2e29e6a660f22791b0d78d8b75d620314e0f334f
tree8c12b30525cdb5562b4799002ba770666a36e9af
parentb5153e973f4688df69ae4e8614d054609a40ad4e
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
This page took 0.02472 seconds and 5 git commands to generate.