diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-01 19:27:16 +0300 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-25 14:35:50 -0400 |
commit | 7dcf2a9fced59e58e4694cdcf15850c01fdba89b (patch) | |
tree | 635476803ae017229f4a3dfaf7288d770b0dc1bf /include/asm-mn10300 | |
parent | 44463f7dd6c8039904333e4374e5c6e9ad83006f (diff) |
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: Adrian Bunk <bunk@kernel.org>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'include/asm-mn10300')
-rw-r--r-- | include/asm-mn10300/kvm.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-mn10300/kvm.h b/include/asm-mn10300/kvm.h deleted file mode 100644 index f6b609ff4a57..000000000000 --- a/include/asm-mn10300/kvm.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __LINUX_KVM_MN10300_H -#define __LINUX_KVM_MN10300_H - -/* mn10300 does not support KVM */ - -#endif |