summaryrefslogtreecommitdiffstats
path: root/ncr-dh.c
diff options
context:
space:
mode:
authorJan Chadima <jchadima@redhat.com>2010-08-05 18:45:01 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-05 18:45:01 +0200
commitec81bc91006efb7516ad16fd551a290cf634822b (patch)
tree051f81e24e2509e37fae64fd31ddfed0b6a59e5c /ncr-dh.c
parent85b4cdcb94355e284c1fff81311b5a039861a01d (diff)
downloadkernel-crypto-ec81bc91006efb7516ad16fd551a290cf634822b.tar.gz
kernel-crypto-ec81bc91006efb7516ad16fd551a290cf634822b.tar.xz
kernel-crypto-ec81bc91006efb7516ad16fd551a290cf634822b.zip
Fix build with recent kernels
Diffstat (limited to 'ncr-dh.c')
-rw-r--r--ncr-dh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ncr-dh.c b/ncr-dh.c
index f14e131a042..cad4d4c6dc2 100644
--- a/ncr-dh.c
+++ b/ncr-dh.c
@@ -23,6 +23,7 @@
*/
#include <linux/mm.h>
+#include <linux/slab.h>
#include <linux/random.h>
#include "cryptodev.h"
#include <asm/uaccess.h>