summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/unaligned.c
diff options
context:
space:
mode:
authorMatthew Wilcox2006-12-15 17:34:36 +0100
committerKyle McMartin2007-02-17 06:44:30 +0100
commite6fc0449be45a0e7520da6a17a64520743b9aa20 (patch)
tree8c940b1a610cb93d8e63b5f30fccf99502903430 /arch/parisc/kernel/unaligned.c
parent[PARISC] Add prototypes for flush_user_dcache_range and flush_user_icache_range (diff)
downloadkernel-qcow2-linux-e6fc0449be45a0e7520da6a17a64520743b9aa20.tar.gz
kernel-qcow2-linux-e6fc0449be45a0e7520da6a17a64520743b9aa20.tar.xz
kernel-qcow2-linux-e6fc0449be45a0e7520da6a17a64520743b9aa20.zip
[PARISC] Remove sched.h from uaccess.h on parisc
Al Viro did this for x86-64 and reduced the number of dependencies on sched.h significantly. We had a couple of files which were relying on uaccess.h pulling in sched.h, so they need explicit dependencies added. Signed-off-by: Matthew Wilcox <matthew@wil.cx> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'arch/parisc/kernel/unaligned.c')
-rw-r--r--arch/parisc/kernel/unaligned.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/parisc/kernel/unaligned.c b/arch/parisc/kernel/unaligned.c
index bd2230d6a2a6..58ca443100a2 100644
--- a/arch/parisc/kernel/unaligned.c
+++ b/arch/parisc/kernel/unaligned.c
@@ -20,8 +20,11 @@
*
*/
+#include <linux/jiffies.h>
#include <linux/kernel.h>
#include <linux/module.h>
+#include <linux/sched.h>
+#include <linux/signal.h>
#include <asm/uaccess.h>
/* #define DEBUG_UNALIGNED 1 */