Re: [PATCH v4 4/9] i2c: riic: Use BIT macro consistently

From: Andy Shevchenko
Date: Sun Jan 12 2025 - 09:25:30 EST


On Fri, Jan 3, 2025 at 11:19 AM Prabhakar <prabhakar.csengg@xxxxxxxxx> wrote:
>
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx>
>
> Easier to read and ensures proper types.

ensure

...

> #include <linux/platform_device.h>
> #include <linux/pm_runtime.h>
> #include <linux/reset.h>

> +#include <vdso/bits.h>

Please, don't include vdso/* directly in the code that has no
relations with VDSO.
Use linux/bits.h.

--
With Best Regards,
Andy Shevchenko