drivers: block: Mark function as static in drbd_actlog.c
authorRashika Kheria <rashika.kheria@gmail.com>
Thu, 19 Dec 2013 09:43:37 +0000 (15:13 +0530)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Mon, 17 Feb 2014 15:19:38 +0000 (16:19 +0100)
commita99efafc266befc5eea09b75a50a3a4d4b262065
tree52761f18c3028e4f1c7ac022238b2352559a28e6
parent4b7a530f6b79d93571416dd0303545c691bdd5ff
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 <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
drivers/block/drbd/drbd_actlog.c