Commit ce5a594d authored by Wang Wensheng's avatar Wang Wensheng
Browse files

drm: Add kabi reserve in drm_syncobj.h

hulk inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I9244H



---------------------------

Reserve space for drm_syncobj in drm_syncobj.h.

Signed-off-by: default avatarWang Wensheng <wangwensheng4@huawei.com>
parent 9693c908
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@

#include <linux/dma-fence.h>
#include <linux/dma-fence-chain.h>
#include <linux/kabi.h>

struct drm_file;

@@ -65,6 +66,8 @@ struct drm_syncobj {
	 * @file: A file backing for this syncobj.
	 */
	struct file *file;
	KABI_RESERVE(1)
	KABI_RESERVE(2)
};

void drm_syncobj_free(struct kref *kref);