exynos_drm: replace enums by __u32 in structs used in IOCTLs
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 7 Oct 2013 13:59:40 +0000 (15:59 +0200)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:44:54 +0000 (11:44 +0900)
commitc8448dd85c13ca27fbccc1a37311e2d25844cb80
tree1e4e61572da4d2a7d5522d063cd4da7c6a2bf2e9
parent168329aff10e3b61a3bef619bcd532fa55d958cc
exynos_drm: replace enums by __u32 in structs used in IOCTLs

enum type has variable size depending on compiler options,
so it should be avoided in structs passed to userland.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
include/uapi/drm/exynos_drm.h