commit | 0df6e9402e9f6f77b2d431f35ba0f8906b9ca8f3 | [log] [tgz] |
---|---|---|
author | Jiri Kosina <jkosina@suse.cz> | Tue Apr 20 17:47:24 2010 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Tue Apr 20 17:47:24 2010 +0200 |
tree | 41568161335044e6ae5e08e8b38f1c78f72e99f3 | |
parent | 40f0a5d0a16e68a68ab3d230f1ddd96c81cf5340 [diff] |
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 <jkosina@suse.cz>