bitmap: make bitmap_long_to_byte() and bitmap_byte_to_long() static
authorJane Malalane <jane.malalane@citrix.com>
Tue, 10 Aug 2021 07:29:52 +0000 (09:29 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 10 Aug 2021 07:29:52 +0000 (09:29 +0200)
commit25da9455f1bb8a6d33039575a7b28bdfc4e3fcfe
treef028dccf9fb6bbad0b9e1a643f714e92029d81be
parent0f742839ae57e10687e7a573070c37430f31068c
bitmap: make bitmap_long_to_byte() and bitmap_byte_to_long() static

Functions made static as there are no external callers.

Suggested-by: Andrew Cooper <andrew.cooper3@citrix.com>
Signed-off-by: Jane Malalane <jane.malalane@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/common/bitmap.c
xen/include/xen/bitmap.h