summaryrefslogtreecommitdiffstats
path: root/crypto/userspace/cryptodev_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/userspace/cryptodev_int.h')
-rw-r--r--crypto/userspace/cryptodev_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/userspace/cryptodev_int.h b/crypto/userspace/cryptodev_int.h
index 4b63225d09e..fdab390df4b 100644
--- a/crypto/userspace/cryptodev_int.h
+++ b/crypto/userspace/cryptodev_int.h
@@ -25,7 +25,7 @@
extern int cryptodev_verbosity;
/* For zero copy */
-int __get_userbuf(uint8_t *addr, uint32_t len, int write,
+int __get_userbuf(uint8_t __user *addr, uint32_t len, int write,
int pgcount, struct page **pg, struct scatterlist *sg);
void release_user_pages(struct page **pg, int pagecount);