drm/i915: Use expcitly fixed type in compat32 structs
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 14 Jul 2015 16:07:30 +0000 (18:07 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 15 Jul 2015 09:39:59 +0000 (11:39 +0200)
I was confused shortly whether the compat was needed for the int,
until I noticed the pointer in the original.

Also remove typedef.

v2: Review from Chris.
- Add comments.
- Also change the int param in the original structure.

Cc: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_ioc32.c
include/uapi/drm/i915_drm.h

Simple merge
Simple merge