summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Wilcox <matthew@wil.cx>2004-11-01 01:03:12 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-11-01 01:03:12 -0800
commit2312702e240707ba7484c552bf3f47ad789e5e78 (patch)
tree9ccd495e2890c5db453928daeb322ece7a8a7c37
parent1b4ecbc76777dc7be4fcfafec3c2da3616333cee (diff)
[PATCH] parisc: support get/put_unaligned
We need to include asm-generic/uaccess.h for the new get/put_unaligned macros Committed-by: James Bottomley <jejb@parisc-linux.org>
-rw-r--r--include/asm-parisc/uaccess.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-parisc/uaccess.h b/include/asm-parisc/uaccess.h
index ee2e2a5f0826..2e94f83acb09 100644
--- a/include/asm-parisc/uaccess.h
+++ b/include/asm-parisc/uaccess.h
@@ -8,6 +8,7 @@
#include <asm/page.h>
#include <asm/system.h>
#include <asm/cache.h>
+#include <asm-generic/uaccess.h>
#define VERIFY_READ 0
#define VERIFY_WRITE 1