From: Jiri Kosina Date: Tue, 20 Apr 2010 15:47:24 +0000 (+0200) Subject: UML: add kernel.h include to signal.c X-Git-Tag: v2.6.35-rc1~482^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0df6e9402e9f6f77b2d431f35ba0f8906b9ca8f3;p=pandora-kernel.git UML: add kernel.h include to signal.c Commit 814f75ec5a94a48 ("UML: Drop private round_down definition") dropped the private round_down() macro and makes signal.c use the one from kernel.h instead. kernel.h is implicitly included through uaccess.h -> sched.h -> kernel.h but we'd rather make this dependency explicit. Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed