aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-parisc/uaccess.h
diff options
context:
space:
mode:
authorMatthew Wilcox <matthew@wil.cx>2006-12-15 09:34:36 -0700
committerKyle McMartin <kyle@athena.road.mcmartin.ca>2007-02-17 00:44:30 -0500
commite6fc0449be45a0e7520da6a17a64520743b9aa20 (patch)
tree8c940b1a610cb93d8e63b5f30fccf99502903430 /include/asm-parisc/uaccess.h
parent[PARISC] Add prototypes for flush_user_dcache_range and flush_user_icache_range (diff)
downloadlinux-dev-e6fc0449be45a0e7520da6a17a64520743b9aa20.tar.xz
linux-dev-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 'include/asm-parisc/uaccess.h')
-rw-r--r--include/asm-parisc/uaccess.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-parisc/uaccess.h b/include/asm-parisc/uaccess.h
index d973e8b3466c..2e87e823600a 100644
--- a/include/asm-parisc/uaccess.h
+++ b/include/asm-parisc/uaccess.h
@@ -4,7 +4,6 @@
/*
* User space memory access functions
*/
-#include <linux/sched.h>
#include <asm/page.h>
#include <asm/system.h>
#include <asm/cache.h>