From: Artem Savkov Date: Wed, 2 Sep 2015 11:41:18 +0000 (+0200) Subject: uapi/drm/i915_drm.h: fix userspace compilation. X-Git-Tag: omap-for-v4.3/fixes-rc1~34^2~2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16f7249ddf831f5ec0e1358222ce5db300446b84;p=pandora-kernel.git uapi/drm/i915_drm.h: fix userspace compilation. commit 346add7834557b5b9628b9bf2387106d42e631d4 Author: Daniel Vetter Date: Tue Jul 14 18:07:30 2015 +0200 drm/i915: Use expcitly fixed type in compat32 structs changed the type of param field in drm_i915_getparam from int to s32. This header is exported to userspace and needs to use userspace type __s32 instead. This fixes userspace compilation errors like the following: include/drm/i915_drm.h:361:2: error: unknown type name 's32' s32 param; Signed-off-by: Artem Savkov Reviewed-by: Daniel Vetter Signed-off-by: Jani Nikula --- Reading git-diff-tree failed