Browse Source

c6x: use generic kvm_para.h

Signed-off-by: Mark Salter <msalter@redhat.com>
Mark Salter 12 years ago
parent
commit
93bbd0c087
2 changed files with 2 additions and 1 deletions
  1. 2 0
      arch/c6x/include/uapi/asm/Kbuild
  2. 0 1
      arch/c6x/include/uapi/asm/kvm_para.h

+ 2 - 0
arch/c6x/include/uapi/asm/Kbuild

@@ -1,6 +1,8 @@
 # UAPI Header export list
 include include/uapi/asm-generic/Kbuild.asm
 
+generic-y += kvm_para.h
+
 header-y += byteorder.h
 header-y += kvm_para.h
 header-y += ptrace.h

+ 0 - 1
arch/c6x/include/uapi/asm/kvm_para.h

@@ -1 +0,0 @@
-#include <asm-generic/kvm_para.h>