diff options
Diffstat (limited to 'crypto/scatterwalk.c')
-rw-r--r-- | crypto/scatterwalk.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/crypto/scatterwalk.c b/crypto/scatterwalk.c index e93a8f6f35d4..3052f6507f53 100644 --- a/crypto/scatterwalk.c +++ b/crypto/scatterwalk.c | |||
@@ -23,14 +23,6 @@ | |||
23 | #include "internal.h" | 23 | #include "internal.h" |
24 | #include "scatterwalk.h" | 24 | #include "scatterwalk.h" |
25 | 25 | ||
26 | enum km_type crypto_km_types[] = { | ||
27 | KM_USER0, | ||
28 | KM_USER1, | ||
29 | KM_SOFTIRQ0, | ||
30 | KM_SOFTIRQ1, | ||
31 | }; | ||
32 | EXPORT_SYMBOL_GPL(crypto_km_types); | ||
33 | |||
34 | static inline void memcpy_dir(void *buf, void *sgdata, size_t nbytes, int out) | 26 | static inline void memcpy_dir(void *buf, void *sgdata, size_t nbytes, int out) |
35 | { | 27 | { |
36 | void *src = out ? buf : sgdata; | 28 | void *src = out ? buf : sgdata; |