Skip to content

Commit

Permalink
KVM: s390/pci: fix include duplicates
Browse files Browse the repository at this point in the history
remove the duplicate includes. While at it sort the includes.

Reported-by: kernel test robot <yujie.liu@intel.com>
Fixes: 73f91b0 ("KVM: s390: pci: enable host forwarding of Adapter Event Notifications")
Signed-off-by: Christian Borntraeger <borntraeger@linux.ibm.com>
  • Loading branch information
borntraeger committed Jul 13, 2022
1 parent 1b6abe9 commit 6131fd1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions arch/s390/kvm/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
#ifndef __KVM_S390_PCI_H
#define __KVM_S390_PCI_H

#include <linux/kvm_host.h>
#include <linux/pci.h>
#include <linux/mutex.h>
#include <linux/kvm.h>
#include <linux/kvm_host.h>
#include <linux/mutex.h>
#include <linux/pci.h>
#include <asm/airq.h>
#include <asm/cpu.h>

Expand Down

0 comments on commit 6131fd1

Please sign in to comment.