]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bitmap: Remove dead code, i.e. bitmap_copy_le()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 17 Aug 2023 16:20:54 +0000 (19:20 +0300)
committerYury Norov <yury.norov@gmail.com>
Sun, 15 Oct 2023 03:25:22 +0000 (20:25 -0700)
commit7733aa893847f021c674d0d30b723d892109369d
tree3e5024871c441cd87cac381d99cc84371639c19b
parent8ed13a762ca0661e4df16ce5eba929e73f4bd8f6
bitmap: Remove dead code, i.e. bitmap_copy_le()

Besides the fact it's not used anywhere it should be implemented
differently, i.e. via helpers from linux/byteorder/generic.h.
Yet the helpers themselves need to be introduced first.

Also note, the function lacks of the test cases, they must be provided.

Hence, drop the current dead code for good.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Yury Norov <yury.norov@gmail.com>
include/linux/bitmap.h
lib/bitmap.c