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:
10f035a
)
staging: rts5139: device_reset() can be static
author
Shawn Guo
<shawn.guo@linaro.org>
Mon, 1 Apr 2013 12:01:13 +0000
(20:01 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 1 Apr 2013 19:25:43 +0000
(12:25 -0700)
Function device_reset() is only used in rts51x_scsi.c, so make it be
static. Otherwise, it will have a name collision with the new added
reset API.
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found