From: Rashika Kheria Date: Thu, 3 Apr 2014 21:50:36 +0000 (-0700) Subject: fs/reiserfs: move prototype declaration to header file X-Git-Tag: v3.15-rc1~106^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea0856cd503e06d4e86a9171491ab9fcf7a2e741;p=pandora-kernel.git fs/reiserfs: move prototype declaration to header file Move prototype declaration to header file reiserfs/reiserfs.h from reiserfs/super.c because they are used by more than one file. This eliminates the following warning in reiserfs/bitmap.c: fs/reiserfs/bitmap.c:647:6: warning: no previous prototype for `show_alloc_options' [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Acked-by: Jeff Mahoney Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed