summaryrefslogtreecommitdiffstats
path: root/cryptodev_cipher.c
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-07 03:22:13 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-07 03:22:13 +0200
commit09966a1c51fe61490c7b5932db1e7ad5c299ca2f (patch)
treea68c9c465293ea320d8010c569ff0439f039fa43 /cryptodev_cipher.c
parent861078d0afcb65d7a03780d9a5603dae5fec82b9 (diff)
downloadcryptodev-linux-09966a1c51fe61490c7b5932db1e7ad5c299ca2f.tar.gz
cryptodev-linux-09966a1c51fe61490c7b5932db1e7ad5c299ca2f.tar.xz
cryptodev-linux-09966a1c51fe61490c7b5932db1e7ad5c299ca2f.zip
Use <linux/ioctl.h> instead of <asm/ioctl.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 01dc29d..2df7259 100644
--- a/cryptodev_cipher.c
+++ b/cryptodev_cipher.c
@@ -25,9 +25,9 @@
#include <linux/crypto.h>
#include <linux/mm.h>
#include <linux/highmem.h>
+#include <linux/ioctl.h>
#include <linux/random.h>
#include <asm/uaccess.h>
-#include <asm/ioctl.h>
#include <linux/scatterlist.h>
#include <crypto/algapi.h>
#include <crypto/hash.h>