From: hartleys Date: Tue, 24 Apr 2012 14:38:37 +0000 (+0000) Subject: crush: include header for global symbols X-Git-Tag: v3.5-rc1~109^2~264 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=feb50ac19e3527c3c68391718f07272349639a84;p=platform%2Fkernel%2Flinux-exynos.git crush: include header for global symbols Include the header to pickup the definitions of the global symbols. Quiets the following sparse warnings: warning: symbol 'crush_find_rule' was not declared. Should it be static? warning: symbol 'crush_do_rule' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten Cc: Sage Weil Cc: "David S. Miller" Signed-off-by: David S. Miller --- diff --git a/net/ceph/crush/mapper.c b/net/ceph/crush/mapper.c index 854ac53..363f8f7e 100644 --- a/net/ceph/crush/mapper.c +++ b/net/ceph/crush/mapper.c @@ -20,6 +20,7 @@ #include #include +#include /* * Implement the core CRUSH mapping algorithm.