aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDavid S. Miller <davem@nuts.ninka.net>2002-12-07 22:40:58 -0800
committerDavid S. Miller <davem@nuts.ninka.net>2002-12-07 22:40:58 -0800
commit43ff0e0d904418ea56b23632bdef704fcfbf6093 (patch)
treeb29b1b5092fd01255340f5743c6540bc8d1ce0a3 /crypto
parent413c55e0c6bef53cd90c93489817ff70801d5eba (diff)
downloadhistory-43ff0e0d904418ea56b23632bdef704fcfbf6093.tar.gz
[CRYPTO]: internal.h needs init.h
Diffstat (limited to 'crypto')
-rw-r--r--crypto/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/internal.h b/crypto/internal.h
index 35bd91128aeb20..eb4c92d3b47fb7 100644
--- a/crypto/internal.h
+++ b/crypto/internal.h
@@ -13,6 +13,7 @@
#define _CRYPTO_INTERNAL_H
#include <linux/mm.h>
#include <linux/highmem.h>
+#include <linux/init.h>
#include <asm/hardirq.h>
#include <asm/softirq.h>