Skip to content

Commit f23c126

Browse files
committed
arm: remove stale export of 'sha_transform'
The generic library code already exports the generic function, this was left-over from the ARM-specific version that just got removed. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 4d44871 commit f23c126

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/arm/kernel/armksyms.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ EXPORT_SYMBOL(__put_user_4);
112112
EXPORT_SYMBOL(__put_user_8);
113113
#endif
114114

115-
/* crypto hash */
116-
EXPORT_SYMBOL(sha_transform);
117-
118115
/* gcc lib functions */
119116
EXPORT_SYMBOL(__ashldi3);
120117
EXPORT_SYMBOL(__ashrdi3);

0 commit comments

Comments
 (0)