diff options
author | Mark Salter <msalter@redhat.com> | 2012-11-28 14:22:41 -0500 |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2012-11-28 14:33:03 -0500 |
commit | 93bbd0c087eb299e0fe11c59d340932180c082b5 (patch) | |
tree | bb85340077cd0d6ef59078fb11a66d1c329aeece /arch | |
parent | de0eed2813ce42b8e0320a86cbe373266c904044 (diff) | |
download | linux-93bbd0c087eb299e0fe11c59d340932180c082b5.tar.bz2 |
c6x: use generic kvm_para.h
Signed-off-by: Mark Salter <msalter@redhat.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/c6x/include/uapi/asm/Kbuild | 2 | ||||
-rw-r--r-- | arch/c6x/include/uapi/asm/kvm_para.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/arch/c6x/include/uapi/asm/Kbuild b/arch/c6x/include/uapi/asm/Kbuild index c312b424c433..e9bc2b2b8147 100644 --- a/arch/c6x/include/uapi/asm/Kbuild +++ b/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 diff --git a/arch/c6x/include/uapi/asm/kvm_para.h b/arch/c6x/include/uapi/asm/kvm_para.h deleted file mode 100644 index 14fab8f0b957..000000000000 --- a/arch/c6x/include/uapi/asm/kvm_para.h +++ /dev/null @@ -1 +0,0 @@ -#include <asm-generic/kvm_para.h> |