From: hartleys Date: Tue, 24 Apr 2012 14:38:37 +0000 (+0000) Subject: crush: include header for global symbols X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=feb50ac19e3527c3c68391718f07272349639a84;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.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 854ac53f56cd..363f8f7e6c3c 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.