summaryrefslogtreecommitdiffstats
path: root/crypto/userspace/ncr.c
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-07-22 18:18:41 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-07-22 18:18:41 +0200
commit0a26e8b887f5d68af39d80130747f934c3edbcd0 (patch)
treee67c3598a6f593183d97cc83b1f41b1d21e252c3 /crypto/userspace/ncr.c
parent3ce9641d4c21b4522e3e4ebd6fd91340984adee1 (diff)
downloadkernel-crypto-0a26e8b887f5d68af39d80130747f934c3edbcd0.tar.gz
kernel-crypto-0a26e8b887f5d68af39d80130747f934c3edbcd0.tar.xz
kernel-crypto-0a26e8b887f5d68af39d80130747f934c3edbcd0.zip
Update for public headers moved to include/linux
Diffstat (limited to 'crypto/userspace/ncr.c')
-rw-r--r--crypto/userspace/ncr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/userspace/ncr.c b/crypto/userspace/ncr.c
index be0cdc89be2..e1e79ea7982 100644
--- a/crypto/userspace/ncr.c
+++ b/crypto/userspace/ncr.c
@@ -20,16 +20,16 @@
*/
#include <linux/crypto.h>
+#include <linux/cryptodev.h>
#include <linux/mm.h>
#include <linux/highmem.h>
#include <linux/random.h>
-#include "cryptodev.h"
#include <asm/uaccess.h>
#include <asm/ioctl.h>
#include <linux/scatterlist.h>
#include <linux/cred.h>
#include <linux/capability.h>
-#include "ncr.h"
+#include <linux/ncr.h>
#include "ncr_int.h"
#include <linux/workqueue.h>