diff --git a/[refs] b/[refs] index 30a80194c3cb..54e962e6b9c5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 44a1dabf4cfb787459bfbff305a2a1cda628766d +refs/heads/master: 6c3d904b48e44bd9c3121c24efb87c9d39d7736c diff --git a/trunk/include/drm/exynos_drm.h b/trunk/include/drm/exynos_drm.h index 874c4d271328..1d161cb3aca5 100644 --- a/trunk/include/drm/exynos_drm.h +++ b/trunk/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; }; /**