Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

-3
-3
arch/arm/kernel/armksyms.c
··· 112 112 EXPORT_SYMBOL(__put_user_8); 113 113 #endif 114 114 115 - /* crypto hash */ 116 - EXPORT_SYMBOL(sha_transform); 117 - 118 115 /* gcc lib functions */ 119 116 EXPORT_SYMBOL(__ashldi3); 120 117 EXPORT_SYMBOL(__ashrdi3);