From: Inki Dae <inki.dae@samsung.com>
Date: Fri, 4 Nov 2011 12:09:50 +0000 (+0900)
Subject: drm/exynos: added padding to be 64-bit align.
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6c3d904b48e44bd9c3121c24efb87c9d39d7736c;p=linux.git

drm/exynos: added padding to be 64-bit align.

Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
---

diff --git a/include/drm/exynos_drm.h b/include/drm/exynos_drm.h
index 874c4d2713285..1d161cb3aca5c 100644
--- a/include/drm/exynos_drm.h
+++ b/include/drm/exynos_drm.h
@@ -36,11 +36,13 @@
  *	- this size value would be page-aligned internally.
  * @flags: user request for setting memory type or cache attributes.
  * @handle: returned handle for the object.
+ * @pad: just padding to be 64-bit aligned.
  */
 struct drm_exynos_gem_create {
 	unsigned int size;
 	unsigned int flags;
 	unsigned int handle;
+	unsigned int pad;
 };
 
 /**