drivers: block: Mark function seq_printf_with_thousands_grouping() as static in drbd_...
authorRashika Kheria <rashika.kheria@gmail.com>
Thu, 19 Dec 2013 09:34:47 +0000 (15:04 +0530)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Mon, 17 Feb 2014 15:19:39 +0000 (16:19 +0100)
commitfbe0d91ca32243b3471ddd5fc50f954785c71a82
treec6dd572990df3a27fd0f64f1e8c68664e1f097b2
parenta186e47856c7877fa684d75901436c1d35ec35e0
drivers: block: Mark function seq_printf_with_thousands_grouping() as static in drbd_proc.c

Mark function seq_printf_with_thousands_grouping() as static in
drbd/drbd_proc.c because it is not used outside this file.

This eliminates the following warning in drbd/drbd_proc.c:
drivers/block/drbd/drbd_proc.c:49:6: warning: no previous prototype for ‘seq_printf_with_thousands_grouping’ [-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_proc.c