extcon: Use DECLARE_BITMAP() to declare bit arrays
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 22 Mar 2023 14:39:54 +0000 (16:39 +0200)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 29 May 2023 14:41:28 +0000 (23:41 +0900)
commit6e4e8670c03b4fcac54bca8b62e5465182caeb26
treef33ac7c686369c168209207bfdd8fcfe66b53b92
parent73346b9965ebda2feb7fef8629e9b28baee820e3
extcon: Use DECLARE_BITMAP() to declare bit arrays

Bit arrays has a specific type helper for the declaration.
Use it instead of homegronw equivalent.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon.c