From: Jingoo Han Date: Wed, 11 Sep 2013 21:20:10 +0000 (-0700) Subject: drivers/block/mg_disk.c: make mg_times_out() static X-Git-Tag: v3.12-rc1~52^2~273 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c86db975c87976a234f13a0c2d7f931d8ede493b;p=pandora-kernel.git drivers/block/mg_disk.c: make mg_times_out() static mg_times_out() is used only in this file. Fix the following sparse warning: drivers/block/mg_disk.c:639:6: warning: symbol 'mg_times_out' was not declared. Should it be static? Signed-off-by: Jingoo Han Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed