mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 21:51:05 +00:00
KVM: s390: remove unused structs
They are not used by common code without defines which s390 does not have. Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
This commit is contained in:
parent
6a1ac77110
commit
decde80b6a
1 changed files with 0 additions and 9 deletions
|
@ -15,15 +15,6 @@
|
||||||
*/
|
*/
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
|
|
||||||
/* for KVM_GET_IRQCHIP and KVM_SET_IRQCHIP */
|
|
||||||
struct kvm_pic_state {
|
|
||||||
/* no PIC for s390 */
|
|
||||||
};
|
|
||||||
|
|
||||||
struct kvm_ioapic_state {
|
|
||||||
/* no IOAPIC for s390 */
|
|
||||||
};
|
|
||||||
|
|
||||||
/* for KVM_GET_REGS and KVM_SET_REGS */
|
/* for KVM_GET_REGS and KVM_SET_REGS */
|
||||||
struct kvm_regs {
|
struct kvm_regs {
|
||||||
/* general purpose regs for s390 */
|
/* general purpose regs for s390 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue