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