From: Shawn Guo Date: Mon, 1 Apr 2013 12:01:13 +0000 (+0800) Subject: staging: rts5139: device_reset() can be static X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~372 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af56976dd21efe8e91d5175913c2b1f7be91c651;p=pandora-kernel.git 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 Signed-off-by: Shawn Guo Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed