Messages in this thread |  | | From | Oded Gabbay <> | Date | Sat, 2 Sep 2017 15:30:44 +0300 | Subject | Re: [PATCH v06 36/36] uapi linux/kfd_ioctl.h: use __u32 and __u64 instead of uint32_t and uint64_t |
| |
On Mon, Aug 7, 2017 at 6:01 PM, Arnd Bergmann <arnd@arndb.de> wrote: > On Sun, Aug 6, 2017 at 6:44 PM, Mikko Rapeli <mikko.rapeli@iki.fi> wrote: >> Include <drm/drm.h> instead of <linux/types.h> which on Linux includes >> <linux/types.h> and on non-Linux platforms defines __u32 etc types. >> >> Fixes user space compilation errors like: >> >> linux/kfd_ioctl.h:33:2: error: unknown type name ‘uint32_t’ >> uint32_t major_version; /* from KFD */ >> ^~~~~~~~ >> >> Signed-off-by: Mikko Rapeli <mikko.rapeli@iki.fi> >> Cc: Yair Shachar <yair.shachar@amd.com> >> Cc: Oded Gabbay <oded.gabbay@gmail.com> >> Cc: Andrew Lewycky <Andrew.Lewycky@amd.com> > > Looks good to me, > > Acked-by: Arnd Bergmann <arnd@arndb.de>
Thanks! Applied to amdkfd -next tree
Oded
|  |