summaryrefslogtreecommitdiffstats
path: root/ncr-key-wrap.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-07-25 21:38:28 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-07-25 21:38:28 +0200
commitc2dda95767e03af277f4d7dab1334aa10e3ee10f (patch)
treeaafa24625ea2cd3513ce9428c0a7a824374b7051 /ncr-key-wrap.c
parent707f55b34377fd9f33ccbdd0b5ab61cb484396f0 (diff)
downloadkernel-crypto-c2dda95767e03af277f4d7dab1334aa10e3ee10f.tar.gz
kernel-crypto-c2dda95767e03af277f4d7dab1334aa10e3ee10f.tar.xz
kernel-crypto-c2dda95767e03af277f4d7dab1334aa10e3ee10f.zip
ncr_int.h -> ncr-int.h
Diffstat (limited to 'ncr-key-wrap.c')
-rw-r--r--ncr-key-wrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncr-key-wrap.c b/ncr-key-wrap.c
index 149a8ff4e79..2edcefb78e6 100644
--- a/ncr-key-wrap.c
+++ b/ncr-key-wrap.c
@@ -27,7 +27,7 @@
#include <asm/ioctl.h>
#include <linux/scatterlist.h>
#include "ncr.h"
-#include "ncr_int.h"
+#include "ncr-int.h"
#include "cryptodev_int.h"
typedef uint8_t val64_t[8];