On Tue, Aug 27, 2024 at 09:20:14PM +0800, Xi Ruoyao wrote: > +extern void __arch_chacha20_blocks_nostack(u8 *dst_bytes, const u32 *key, > + u32 *counter, size_t nblocks); As of the latest master, the forward declaration here isn't necessary.
On Tue, Aug 27, 2024 at 09:20:14PM +0800, Xi Ruoyao wrote: > +extern void __arch_chacha20_blocks_nostack(u8 *dst_bytes, const u32 *key, > + u32 *counter, size_t nblocks); As of the latest master, the forward declaration here isn't necessary.