commit | f7c17d7c22b0de4edfbc00095599137b52a1b72c | [log] [tgz] |
---|---|---|
author | Pekka Enberg <penberg@kernel.org> | Thu Jan 26 14:23:40 2012 +0200 |
committer | Will Deacon <will.deacon@arm.com> | Mon Jun 01 16:39:51 2015 +0100 |
tree | a87eaa1478b7798acc55927a292895bec2799133 | |
parent | 495fbd4e1f262a9d04cdb79e11818fa5d55b91a9 [diff] |
kvm tools: Fix <linux/msi.h> kobject build breakage Commit b50cac5 ("PCI/sysfs: add per pci device msi[x] irq listing (v5)") added "struct kobject" dependency to <linux/msi.h> which breaks KVM tool build. As the header file is no longer about MSI hardware, make a new header file for "struct msi_ms". Reported-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Pekka Enberg <penberg@kernel.org>