Skip to content

Commit 090e593

Browse files
committed
Linux kernel: compile fix
Signed-off-by: Stephan Mueller <smueller@chronox.de>
1 parent c05b090 commit 090e593

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

hash/src/asm/ARMv8A/sha2-256-ARMv8.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,6 @@ sha256_block_data_order:
10101010
.size sha256_block_data_order,.-sha256_block_data_order
10111011
#endif
10121012

1013-
SYM_TYPE_OBJ(LK256)
10141013
.align 6
10151014
.LK256:
10161015
.long 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5

hash/src/asm/ARMv8A/sha2-512-ARMv8.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,6 @@ SYM_FUNC_ENTER(sha512_block_neon)
999999
RET
10001000
SYM_FUNC_END(sha512_block_neon)
10011001

1002-
SYM_TYPE_OBJ(LK512)
10031002
.align 6
10041003
.LK512:
10051004
.quad 0x428a2f98d728ae22,0x7137449123ef65cd

0 commit comments

Comments
 (0)