summaryrefslogtreecommitdiffstats
path: root/crypto/userspace/ncr-key-storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/userspace/ncr-key-storage.c')
-rw-r--r--crypto/userspace/ncr-key-storage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/userspace/ncr-key-storage.c b/crypto/userspace/ncr-key-storage.c
index 41e52b77638..fc6948f5c61 100644
--- a/crypto/userspace/ncr-key-storage.c
+++ b/crypto/userspace/ncr-key-storage.c
@@ -22,11 +22,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
+#include <linux/ioctl.h>
#include <linux/mm.h>
#include <linux/slab.h>
+#include <linux/uaccess.h>
#include "cryptodev.h"
-#include <asm/uaccess.h>
-#include <asm/ioctl.h>
#include <linux/scatterlist.h>
#include "ncr.h"
#include "ncr-int.h"