diff options
| author | Yury Norov <ynorov@nvidia.com> | 2026-05-19 12:30:57 -0400 |
|---|---|---|
| committer | Yury Norov <ynorov@nvidia.com> | 2026-05-28 11:36:53 -0400 |
| commit | 87e36d227ec511677ac5a512f7be322bae6c4ae3 (patch) | |
| tree | 09bebeaf16783ebf8b89c53ad00c3626bf0384dc /include | |
| parent | ba220b42c05561761b764089b27a34fd2c6cdc19 (diff) | |
bitmap: drop bitmap_print_to_pagebuf()
Now that all users of bitmap_print_to_pagebuf() are switched to the
alternatives, drop the function.
Signed-off-by: Yury Norov <ynorov@nvidia.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/bitmap-str.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/bitmap-str.h b/include/linux/bitmap-str.h index 53d3e1b32d3d..abe7a69a846f 100644 --- a/include/linux/bitmap-str.h +++ b/include/linux/bitmap-str.h @@ -5,7 +5,6 @@ #include <linux/types.h> int bitmap_parse_user(const char __user *ubuf, unsigned int ulen, unsigned long *dst, int nbits); -int bitmap_print_to_pagebuf(bool list, char *buf, const unsigned long *maskp, int nmaskbits); int bitmap_print_bitmask_to_buf(char *buf, const unsigned long *maskp, int nmaskbits, loff_t off, size_t count); int bitmap_print_list_to_buf(char *buf, const unsigned long *maskp, int nmaskbits, |
