wrong patch order

From: Yury Norov
Date: Mon Apr 26 2021 - 13:14:56 EST


Hi Andrew,

In the next-20210426 I see the commit 7c3c0a5796a8 "h8300:
rearrange headers inclusion order in asm/bitops" is applied after
a54cbe7fa597 "lib: add fast path for find_next_*_bit()".

This may cause cause build failure for h8300 while bisecting.

Can you please change order of the patches so that 7c3c0a5796a8 would
follow 68b80f24c2f6 "arch: rearrange headers inclusion order in
asm/bitops for m68k and sh"? It's also possible to merge 7c3c0a5796a8
and 68b80f24c2f6 because they address the same issue.

Thanks,
Yury