On Wed, Aug 05, 2026 at 02:21:59PM +0200, Link Mauve wrote: > On Wed, Aug 05, 2026 at 05:40:42PM +0530, Mukesh Kumar Chaurasiya wrote: > […] > > For these warnings below diff should fix it. I'll send out a patch soon. > > > > diff --git a/rust/uapi/uapi_helper.h b/rust/uapi/uapi_helper.h > > index 06d7d1a2e8da..acec2d2fede7 100644 > > --- a/rust/uapi/uapi_helper.h > > +++ b/rust/uapi/uapi_helper.h > > @@ -6,7 +6,7 @@ > > * Sorted alphabetically. > > */ > > > > -#include <uapi/asm-generic/ioctl.h> > > +#include <uapi/linux/ioctl.h> > > #include <uapi/drm/drm.h> > > #include <uapi/drm/nova_drm.h> > > #include <uapi/drm/panthor_drm.h> > > You likely want to keep the alphabetical sort here. > Yeah, Thanks,
I'll take care of this in the patch. Regards, Mukesh [...]
