Commit 6504f017 authored by zhengjunlong's avatar zhengjunlong
Browse files

include/msi: modify kabi size of msi_desc

Kunpeng inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/IAW8JF



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

Change the size of the pre-embedded memory for msi_desc to 40 bytes.

Signed-off-by: default avatarZheng Junlong <zhengjunlong@huawei.com>
parent f7c1291d
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -205,15 +205,12 @@ struct msi_desc {
	union {
		struct pci_msi_desc	pci;
		struct msi_desc_data	data;
		KABI_RESERVE(1)
		KABI_EXTEND_WITH_SIZE(KABI_RESERVE(1), 5)
	};
	KABI_RESERVE(2)
	KABI_RESERVE(3)
	KABI_RESERVE(4)
	};
	KABI_RESERVE(5)
	KABI_RESERVE(6)
	KABI_RESERVE(7)
	KABI_RESERVE(8)
};

/*