bitmap-str: Add missing header(s)
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 17 Apr 2025 16:17:16 +0000 (19:17 +0300)
committerYury Norov <yury.norov@gmail.com>
Tue, 29 Apr 2025 19:58:38 +0000 (15:58 -0400)
commit89a44a808814d4717a8bf945ddebd5c39bfffcf4
treee3d93f882a0636966177f0d4957816043e23b6e1
parent99c712d788c46452289beada638476b68b5a773b
bitmap-str: Add missing header(s)

bitmap-str.h is not self-contained, it uses bool type that is provided
in types.h and it uses __user annotation that is guaranteed to be included
with types.h. Add missing header(s) to follow IWYU (Include What You Use)
principle.

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