diff options
| author | Jens Freimann | 2014-09-30 10:57:27 +0200 |
|---|---|---|
| committer | Cornelia Huck | 2014-10-10 10:37:47 +0200 |
| commit | a9fd16544dd3cdc50902ff652e2f57982f113497 (patch) | |
| tree | a79d7d45ff505000532f2a0884d6dbdd6a3a6100 /linux-headers/asm-mips | |
| parent | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (diff) | |
| download | qemu-a9fd16544dd3cdc50902ff652e2f57982f113497.tar.gz qemu-a9fd16544dd3cdc50902ff652e2f57982f113497.tar.xz qemu-a9fd16544dd3cdc50902ff652e2f57982f113497.zip | |
linux-headers: update to 3.17-rc7
Sync headers with 3.17-rc7
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Jens Freimann <jfrei@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Diffstat (limited to 'linux-headers/asm-mips')
| -rw-r--r-- | linux-headers/asm-mips/kvm_para.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linux-headers/asm-mips/kvm_para.h b/linux-headers/asm-mips/kvm_para.h index 14fab8f0b9..dbb2464f3b 100644 --- a/linux-headers/asm-mips/kvm_para.h +++ b/linux-headers/asm-mips/kvm_para.h @@ -1 +1,5 @@ -#include <asm-generic/kvm_para.h> +#ifndef _ASM_MIPS_KVM_PARA_H +#define _ASM_MIPS_KVM_PARA_H + + +#endif /* _ASM_MIPS_KVM_PARA_H */ |
