diff options
-rw-r--r-- | crypto/aes_generic.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/aes_generic.c b/crypto/aes_generic.c index 71a5c190d360..22e5867177f1 100644 --- a/crypto/aes_generic.c +++ b/crypto/aes_generic.c | |||
@@ -61,8 +61,6 @@ static inline u8 byte(const u32 x, const unsigned n) | |||
61 | return x >> (n << 3); | 61 | return x >> (n << 3); |
62 | } | 62 | } |
63 | 63 | ||
64 | static const u32 rco_tab[10] = { 1, 2, 4, 8, 16, 32, 64, 128, 27, 54 }; | ||
65 | |||
66 | /* cacheline-aligned to facilitate prefetching into cache */ | 64 | /* cacheline-aligned to facilitate prefetching into cache */ |
67 | __visible const u32 crypto_ft_tab[4][256] ____cacheline_aligned = { | 65 | __visible const u32 crypto_ft_tab[4][256] ____cacheline_aligned = { |
68 | { | 66 | { |