From feb50ac19e3527c3c68391718f07272349639a84 Mon Sep 17 00:00:00 2001 From: hartleys Date: Tue, 24 Apr 2012 14:38:37 +0000 Subject: [PATCH] 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 --- net/ceph/crush/mapper.c | 1 + 1 file changed, 1 insertion(+) 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.