From: Rashika Kheria Date: Sun, 9 Feb 2014 13:00:39 +0000 (+0530) Subject: fs: Add prototype declaration to appropriate header file include/linux/bio.h X-Git-Tag: v3.14-rc3~22^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4540a7d8c1e595560e53acedf88901daf15a2b5;p=pandora-kernel.git fs: Add prototype declaration to appropriate header file include/linux/bio.h Add prototype declaration to header file include/linux/bio.h because it is used by more than one file. This eliminates the following warning in bio-integrity.c: fs/bio-integrity.c:214:14: warning: no previous prototype for ‘bio_integrity_tag_size’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Jens Axboe --- Reading git-diff-tree failed