diff options
| author | Nicolas Pitre <nico@cam.org> | 2005-11-08 17:43:05 -0500 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-11-08 17:43:05 -0500 |
| commit | d07ad967e3c1cb955c4f9ee6a4eba4e6e1edb1e8 (patch) | |
| tree | 5fee9278f6ca0385f2c809b16b42ea01c4c43eac | |
| parent | f8c905d368c757e2c96db293a472a31abcf4b147 (diff) | |
[ARM] 3134/1: add missing EXPORT_SYMBOL for the ARM version of sha_transform
Patch from Nicolas Pitre
Noticed by Woody Suwalski <woodys@xandros.com>.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
| -rw-r--r-- | arch/arm/kernel/armksyms.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/kernel/armksyms.c b/arch/arm/kernel/armksyms.c index 7b17a87a3311..7a3261f0bf79 100644 --- a/arch/arm/kernel/armksyms.c +++ b/arch/arm/kernel/armksyms.c | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | */ | 9 | */ |
| 10 | #include <linux/module.h> | 10 | #include <linux/module.h> |
| 11 | #include <linux/string.h> | 11 | #include <linux/string.h> |
| 12 | #include <linux/cryptohash.h> | ||
| 12 | #include <linux/delay.h> | 13 | #include <linux/delay.h> |
| 13 | #include <linux/in6.h> | 14 | #include <linux/in6.h> |
| 14 | #include <linux/syscalls.h> | 15 | #include <linux/syscalls.h> |
| @@ -126,6 +127,9 @@ EXPORT_SYMBOL(__put_user_2); | |||
| 126 | EXPORT_SYMBOL(__put_user_4); | 127 | EXPORT_SYMBOL(__put_user_4); |
| 127 | EXPORT_SYMBOL(__put_user_8); | 128 | EXPORT_SYMBOL(__put_user_8); |
| 128 | 129 | ||
| 130 | /* crypto hash */ | ||
| 131 | EXPORT_SYMBOL(sha_transform); | ||
| 132 | |||
| 129 | /* gcc lib functions */ | 133 | /* gcc lib functions */ |
| 130 | EXPORT_SYMBOL(__ashldi3); | 134 | EXPORT_SYMBOL(__ashldi3); |
| 131 | EXPORT_SYMBOL(__ashrdi3); | 135 | EXPORT_SYMBOL(__ashrdi3); |
