git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5153e9
)
Staging: winbond: Made local functions static
author
Harsh Kumar
<harsh1kumar@gmail.com>
Thu, 30 May 2013 05:48:12 +0000
(11:18 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 30 May 2013 11:59:48 +0000
(20:59 +0900)
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
patch
|
blob
|
history
diff --cc
drivers/staging/winbond/reg.c
Simple merge