Re: [PATCH] btrfs: change wrong header in misc.h
From: David Sterba <hidden>
Date: 2021-08-31 11:01:51
From: David Sterba <hidden>
Date: 2021-08-31 11:01:51
On Tue, Aug 31, 2021 at 12:51:52AM +0300, Kari Argillander wrote:
asm/do_div.h is probably for div_u64, but it is found in math64.h. This change will make compiler job easier and prevent compiler errors in situation where compiler will not find math64.h from another paths. Signed-off-by: Kari Argillander <redacted>
Added to misc-next, thanks.