aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux/elf-fdpic.h
AgeCommit message (Collapse)AuthorFilesLines
2012-10-16FRV: Fix linux/elf-fdpic.hDavid Howells1-39/+3
It seems I accidentally switched the guard on linux/elf-fdpic.h from #ifdef __KERNEL__ to #ifndef __KERNEL__ when attempting to expand the guarded region to cover the elf_fdpic_params struct when doing the UAPI split - with the result that the struct became unavailable to kernel code. Move incorrectly guarded bits back to the kernelspace header. Whilst we're at it, the __KERNEL__ guards can be deleted as they're no longer necessary. Reported-by: Fengguang Wu <[email protected]> Reported-by: Lars-Peter Clausen <[email protected]> Signed-off-by: David Howells <[email protected]> cc: Fengguang Wu <[email protected]> cc: Lars-Peter Clausen <[email protected]> cc: [email protected] Signed-off-by: Linus Torvalds <[email protected]>
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-0/+70
Signed-off-by: David Howells <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Thomas Gleixner <[email protected]> Acked-by: Michael Kerrisk <[email protected]> Acked-by: Paul E. McKenney <[email protected]> Acked-by: Dave Jones <[email protected]>