Re: [PATCH V17 0/7] Rust Support for powerpc
Mukesh Kumar Chaurasiya <[email protected]> Wed, 5 Aug 2026 17:56:38 +0530
| Newsgroups | org.kernel.vger.rust-for-linux,dev.linux.lists.llvm,org.kernel.vger.linux-kernel,org.ozlabs.lists.linuxppc-dev |
|---|---|
| Message-ID | <[email protected]> |
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 [...]