UML: add kernel.h include to signal.c
authorJiri Kosina <jkosina@suse.cz>
Tue, 20 Apr 2010 15:47:24 +0000 (17:47 +0200)
committerJiri Kosina <jkosina@suse.cz>
Tue, 20 Apr 2010 15:47:24 +0000 (17:47 +0200)
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 <jkosina@suse.cz>

No differences found