Re: [PATCH] uapi: fix drm/omap_drm.h userspace compilation errors

2017-02-28 Thread Tomi Valkeinen
Hi, On 25/02/17 15:29, Dmitry V. Levin wrote: > Consistently use types from linux/types.h like in other uapi drm/*_drm.h > header files to fix the following drm/omap_drm.h userspace compilation > errors: > > /usr/include/drm/omap_drm.h:36:2: error: unknown type name 'uint64_t' > uint64_t param;

[PATCH] uapi: fix drm/omap_drm.h userspace compilation errors

2017-02-25 Thread Dmitry V. Levin
Consistently use types from linux/types.h like in other uapi drm/*_drm.h header files to fix the following drm/omap_drm.h userspace compilation errors: /usr/include/drm/omap_drm.h:36:2: error: unknown type name 'uint64_t' uint64_t param; /* in */ /usr/include/drm/omap_drm.h:37:2: error: unknow