From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v06 36/36] uapi linux/kfd_ioctl.h: use __u32 and __u64 instead of uint32_t and uint64_t Date: Mon, 7 Aug 2017 17:01:30 +0200 Message-ID: References: <20170806164428.2273-1-mikko.rapeli@iki.fi> <20170806164428.2273-37-mikko.rapeli@iki.fi> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20170806164428.2273-37-mikko.rapeli-X3B1VOXEql0@public.gmane.org> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Mikko Rapeli Cc: Linux Kernel Mailing List , Linux API , Yair Shachar , Oded Gabbay , Andrew Lewycky , dri-devel List-Id: linux-api@vger.kernel.org On Sun, Aug 6, 2017 at 6:44 PM, Mikko Rapeli wrote: > Include instead of which on Linux includes > 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 =E2=80=98uint32_t=E2=80= =99 > uint32_t major_version; /* from KFD */ > ^~~~~~~~ > > Signed-off-by: Mikko Rapeli > Cc: Yair Shachar > Cc: Oded Gabbay > Cc: Andrew Lewycky Looks good to me, Acked-by: Arnd Bergmann