Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7dcf2a9f authored by Adrian Bunk's avatar Adrian Bunk Committed by David Woodhouse
Browse files

remove dummy asm/kvm.h files



This patch removes the dummy asm/kvm.h files on architectures not (yet)
supporting KVM and uses the same conditional headers installation as
already used for a.out.h .

Also removed are superfluous install rules in the s390 and x86 Kbuild
files (they are already in Kbuild.asm).

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Acked-by: default avatarSam Ravnborg <sam@ravnborg.org>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 44463f7d
Loading
Loading
Loading
Loading

include/asm-alpha/kvm.h

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
#ifndef __LINUX_KVM_ALPHA_H
#define __LINUX_KVM_ALPHA_H

/* alpha does not support KVM */

#endif

include/asm-arm/kvm.h

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
#ifndef __LINUX_KVM_ARM_H
#define __LINUX_KVM_ARM_H

/* arm does not support KVM */

#endif

include/asm-avr32/kvm.h

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
#ifndef __LINUX_KVM_AVR32_H
#define __LINUX_KVM_AVR32_H

/* avr32 does not support KVM */

#endif

include/asm-blackfin/kvm.h

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
#ifndef __LINUX_KVM_BLACKFIN_H
#define __LINUX_KVM_BLACKFIN_H

/* blackfin does not support KVM */

#endif

include/asm-cris/kvm.h

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
#ifndef __LINUX_KVM_CRIS_H
#define __LINUX_KVM_CRIS_H

/* cris does not support KVM */

#endif
Loading