Commit 730b2678 authored by Tian Xin's avatar Tian Xin Committed by tianx
Browse files

drivers: Fix kabi check failure

yunsilicon inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/IAH7B4


CVE: NA

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

Fix kabi check failure

Fixes: e6f00eab ("drivers: Add GDR(GPU Direct RDMA) support")
Reviewed-by: default avatarWei Honggang <weihg@yunsilicon.com>
Reviewed-by: default avatarWang Saochuang <wangsc@yunsilicon.com>
Signed-off-by: default avatarTian Xin <tianx@yunsilicon.com>
parent e6f00eab
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -23,8 +23,10 @@ struct ib_umem {
	u32 writable : 1;
	u32 is_odp : 1;
#ifdef CONFIG_INFINIBAND_PEER_MEMORY
#ifndef __GENKSYMS__
	/* Placing at the end of the bitfield list is ABI preserving on LE */
	u32 is_peer : 1;
#endif
#endif
	struct work_struct	work;
	struct sg_table sg_head;