From: hartleys Date: Tue, 24 Apr 2012 14:38:37 +0000 (+0000) Subject: crush: include header for global symbols X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=feb50ac19e3527c3c68391718f07272349639a84;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.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 854ac53f56c..363f8f7e6c3 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.