Commit 2312702e authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Linus Torvalds

[PATCH] parisc: support get/put_unaligned

We need to include asm-generic/uaccess.h for the new
get/put_unaligned macros
Committed-by: default avatarJames Bottomley <jejb@parisc-linux.org>
parent 1b4ecbc7
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment