Commit 3121af55 authored by Zicheng Qu's avatar Zicheng Qu
Browse files

kabi reserver space for i2c

hulk inclusion
category: other
bugzilla: https://gitee.com/openeuler/kernel/issues/IBAZ3A



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

Add KABI_RESERVE macros for i2c_adapter.

Signed-off-by: default avatarZicheng Qu <quzicheng@huawei.com>
parent c949b128
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -746,6 +746,9 @@ struct i2c_adapter {

	struct irq_domain *host_notify_domain;
	struct regulator *bus_regulator;

	KABI_RESERVE(1)
	KABI_RESERVE(2)
};
#define to_i2c_adapter(d) container_of(d, struct i2c_adapter, dev)