From: Rashika Kheria Date: Thu, 19 Dec 2013 09:45:02 +0000 (+0530) Subject: drivers: block: Move prototype declaration of function tl_abort_disk_io() to appropri... X-Git-Tag: v3.15-rc1~134^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed54482b996d16159f3b2f6c03634d340a74dade;p=pandora-kernel.git drivers: block: Move prototype declaration of function tl_abort_disk_io() to appropriate header file from drbd_state.c Move the prototype declaration of function tl_abort_disk_io() from drbd/drbd_state.c to appropriate header file drbd/drbd_int.h because it is used by more than 2 files. This eliminates the following warnings in drbd/drbd_main.c: drivers/block/drbd/drbd_main.c:310:6: warning: no previous prototype for ‘tl_abort_disk_io’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Philipp Reisner --- Reading git-diff-tree failed