Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f23c126b authored by Linus Torvalds's avatar Linus Torvalds
Browse files

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: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4d448714
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -112,9 +112,6 @@ EXPORT_SYMBOL(__put_user_4);
EXPORT_SYMBOL(__put_user_8);
#endif

	/* crypto hash */
EXPORT_SYMBOL(sha_transform);

	/* gcc lib functions */
EXPORT_SYMBOL(__ashldi3);
EXPORT_SYMBOL(__ashrdi3);