From: Rashika Kheria Date: Thu, 19 Dec 2013 09:41:09 +0000 (+0530) Subject: drivers: block: Mark functions as static in drbd_receiver.c X-Git-Tag: v3.15-rc1~134^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f63e631a34babb0ff0ee6feb6d968855470b67ac;p=pandora-kernel.git drivers: block: Mark functions as static in drbd_receiver.c Mark functions conn_wait_active_ee_empty() and drbd_crypto_alloc_digest_safe() as static in drbd/drbd_receiver.c because they are not used outside this file. This eliminates the following warning in drbd/drbd_receiver.c: drivers/block/drbd/drbd_receiver.c:1401:6: warning: no previous prototype for ‘conn_wait_active_ee_empty’ [-Wmissing-prototypes] drivers/block/drbd/drbd_receiver.c:3259:21: warning: no previous prototype for ‘drbd_crypto_alloc_digest_safe’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Philipp Reisner --- Reading git-diff-tree failed