From: Paolo 'Blaisorblade' Giarrusso Date: Wed, 21 Sep 2005 16:40:49 +0000 (+0200) Subject: [PATCH] uml: fix compile warning after consolidation patch X-Git-Tag: v2.6.14-rc3~118 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efb0372bbaf5b829ff8c39db372779928af542a7;p=pandora-kernel.git [PATCH] uml: fix compile warning after consolidation patch The header declaring this function wasn't included, so the function declaration was totally bogus wrt. the proto - even if this wasn't going to fail at all. It was so bad that the compile warning I got was "control reaches end of non-void function", i.e. missing return. Actually, this has been there for ages, the consolidation patch just added the warning which was needed to clean it up. Nice. Really. Cc: Allan Graves Signed-off-by: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed