From: Rashika Kheria Date: Thu, 19 Dec 2013 09:43:37 +0000 (+0530) Subject: drivers: block: Mark function as static in drbd_actlog.c X-Git-Tag: v3.15-rc1~134^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a99efafc266befc5eea09b75a50a3a4d4b262065;p=pandora-kernel.git drivers: block: Mark function as static in drbd_actlog.c Mark the function drbd_al_begin_io_prepare() as static in drbd/drbd_actlog.c because it is not used outside this file. This eliminates the following warnings in drbd/drbd_actlog.c: drivers/block/drbd/drbd_actlog.c:277:6: warning: no previous prototype for ‘drbd_al_begin_io_prepare’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Philipp Reisner --- Reading git-diff-tree failed