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)
commit346add7834557b5b9628b9bf2387106d42e631d4
tree3d3f3ffe14062beef7065490ab1f23e992c3ddeb
parent1f7457b135b075e7a60c9133723363045084c333
drm/i915: Use expcitly fixed type in compat32 structs

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