Commit 53c9bf91 authored by Jiashun Wang's avatar Jiashun Wang
Browse files

[OLK-6.6] iommu:kabi reserver space for struct iommu_ops

hulk inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I94NPM


CVE: NA

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

Add one KABI_RESERVE macros in struct iommu_ops for new iommu feature.

Signed-off-by: default avatarJiashun Wang <wangjiashun@huawei.com>
parent f066d369
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -643,6 +643,7 @@ struct iommu_ops {
	KABI_RESERVE(6)
	KABI_RESERVE(7)
	KABI_RESERVE(8)
	KABI_RESERVE(9)
};

/**