]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: use correct header for div_u64 in misc.h
authorKari Argillander <kari.argillander@gmail.com>
Mon, 30 Aug 2021 21:51:52 +0000 (00:51 +0300)
committerDavid Sterba <dsterba@suse.com>
Tue, 7 Sep 2021 12:29:50 +0000 (14:29 +0200)
commit20191bc61fda0b6742991735dd6414cf27af44af
tree55927a5722ffca5c7cce963f6297118fcbcf1d2e
parent066cad67b8dbb7a302fd9d1f70d176305f143253
btrfs: use correct header for div_u64 in misc.h

asm/do_div.h is 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 <kari.argillander@gmail.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/misc.h