summaryrefslogtreecommitdiffstats
path: root/include/asm-um
diff options
context:
space:
mode:
authorAdrian Bunk2008-07-01 18:27:16 +0200
committerDavid Woodhouse2008-07-25 20:35:50 +0200
commit7dcf2a9fced59e58e4694cdcf15850c01fdba89b (patch)
tree635476803ae017229f4a3dfaf7288d770b0dc1bf /include/asm-um
parentfirmware: create firmware binaries during 'make modules'. (diff)
downloadkernel-qcow2-linux-7dcf2a9fced59e58e4694cdcf15850c01fdba89b.tar.gz
kernel-qcow2-linux-7dcf2a9fced59e58e4694cdcf15850c01fdba89b.tar.xz
kernel-qcow2-linux-7dcf2a9fced59e58e4694cdcf15850c01fdba89b.zip
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-um')
-rw-r--r--include/asm-um/kvm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-um/kvm.h b/include/asm-um/kvm.h
deleted file mode 100644
index 66aa77094551..000000000000
--- a/include/asm-um/kvm.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef __LINUX_KVM_UM_H
-#define __LINUX_KVM_UM_H
-
-/* um does not support KVM */
-
-#endif