X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=include%2Fdrm%2Fexynos_drm.h;h=1d161cb3aca5c098b76dcc1fdd47bdd8de579814;hp=874c4d271328572cc96dc5efc5dc4710d9d037fd;hb=3b9abc7e48561b0b140ee267e190bc1031f82ff3;hpb=044595d4e448305fbaec472eb7d22636d24e7d8c diff --git a/include/drm/exynos_drm.h b/include/drm/exynos_drm.h index 874c4d271328..1d161cb3aca5 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; }; /**