Re: [PATCH v3] reset: fix BIT macro reference
From: Philipp Zabel
Date: Mon Nov 10 2025 - 04:03:41 EST
On Mo, 2025-11-10 at 14:10 +0800, Encrow Thorne wrote:
> RESET_CONTROL_FLAGS_BIT_* macros use BIT(), but reset.h does not
> include bits.h. This causes compilation errors when including
> reset.h standalone.
>
> Include bits.h to make reset.h self-contained.
>
> Suggested-by: Troy Mitchell <troy.mitchell@xxxxxxxxx>
> Reviewed-by: Troy Mitchell <troy.mitchell@xxxxxxxxx>
> Reviewed-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
> Signed-off-by: Encrow Thorne <jyc0019@xxxxxxxxx>
Applied to reset/next, thanks!
[1/1] reset: fix BIT macro reference
https://git.pengutronix.de/cgit/pza/linux/commit/?id=dae9b0708255
regards
Philipp