Skip to content

Commit

Permalink
arm: remove stale export of 'sha_transform'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
torvalds authored and richardtrip committed May 17, 2012
1 parent 55fab8e commit 6f347e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/arm/kernel/armksyms.c
Expand Up @@ -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);
Expand Down

0 comments on commit 6f347e3

Please sign in to comment.