summaryrefslogtreecommitdiffstats
path: root/cryptodev_cipher.c
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-07 03:25:00 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-07 03:25:00 +0200
commitcb519ef9fc39d3ccb1272ec7685524443490ca54 (patch)
tree204f4a37548b873f80193475f0408c09fb2ac02c /cryptodev_cipher.c
parent09966a1c51fe61490c7b5932db1e7ad5c299ca2f (diff)
downloadcryptodev-linux-cb519ef9fc39d3ccb1272ec7685524443490ca54.tar.gz
cryptodev-linux-cb519ef9fc39d3ccb1272ec7685524443490ca54.tar.xz
cryptodev-linux-cb519ef9fc39d3ccb1272ec7685524443490ca54.zip
Use <linux/uaccess.h> instead of <asm/uaccess.h>
Suggested by scripts/checkpatch.pl.
Diffstat (limited to 'cryptodev_cipher.c')
-rw-r--r--cryptodev_cipher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptodev_cipher.c b/cryptodev_cipher.c
index 2df7259..8322027 100644
--- a/cryptodev_cipher.c
+++ b/cryptodev_cipher.c
@@ -27,8 +27,8 @@
#include <linux/highmem.h>
#include <linux/ioctl.h>
#include <linux/random.h>
-#include <asm/uaccess.h>
#include <linux/scatterlist.h>
+#include <linux/uaccess.h>
#include <crypto/algapi.h>
#include <crypto/hash.h>
#include "cryptodev.h"