[PATCH] crush: include header for global symbols

2012-04-24 Thread H Hartley Sweeten
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 Wei

Re: [PATCH] crush: include header for global symbols

2012-04-26 Thread David Miller
From: H Hartley Sweeten Date: Tue, 24 Apr 2012 17:38:37 -0700 > 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 de