commit | af56976dd21efe8e91d5175913c2b1f7be91c651 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Mon Apr 01 20:01:13 2013 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Apr 01 12:25:43 2013 -0700 |
tree | 322812529492b314203c6d62e37fe6fce85bb72f | |
parent | 10f035a0104234ca1147c88c5850e405ebc0e92e [diff] |
staging: rts5139: device_reset() can be static 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>