CRIS: UAPI: fix elf.h export
authorRabin Vincent <rabin@rab.in>
Fri, 27 Mar 2015 21:35:11 +0000 (22:35 +0100)
committerJesper Nilsson <jespern@axis.com>
Fri, 4 Sep 2015 22:33:25 +0000 (00:33 +0200)
commit2493d3e28a22087116158249d79410fd355d1e83
tree4a67f2aaf6b87ba3cad2fd6d12300aac618813d8
parent3a79a075375cebb672ddaea7896378afa0203e87
CRIS: UAPI: fix elf.h export

CRIS userspace (uClibc for one) expects asm/elf.h to be exported but
this header appears to have gone missing at some point.  Move it to
uapi/ and export it.

Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
arch/cris/include/arch-v10/arch/elf.h [deleted file]
arch/cris/include/arch-v32/arch/elf.h [deleted file]
arch/cris/include/asm/elf.h [deleted file]
arch/cris/include/uapi/asm/Kbuild
arch/cris/include/uapi/asm/elf.h [new file with mode: 0644]
arch/cris/include/uapi/asm/elf_v10.h [new file with mode: 0644]
arch/cris/include/uapi/asm/elf_v32.h [new file with mode: 0644]