]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Remove asm/user.h
authorAlex Smith <alex@alex-smith.me.uk>
Wed, 23 Jul 2014 13:40:15 +0000 (14:40 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 1 Aug 2014 22:06:37 +0000 (00:06 +0200)
commit6c6163527b85956b252a07146f2a2650a36126ae
treec13d209ab868b7043a15802fe5c9b95d6d8b001b
parent56773a2cad4a131bddb3963f6342090c73dc14d2
MIPS: Remove asm/user.h

The struct user definition in this file is not used anywhere (the ELF
core dumper does not use that format). Therefore, remove the header and
instead enable the asm-generic user.h which is an empty header to
satisfy a few generic headers which still try to include user.h.

Signed-off-by: Alex Smith <alex@alex-smith.me.uk>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/7459/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/Kbuild
arch/mips/include/asm/user.h [deleted file]
arch/mips/kernel/process.c
arch/mips/kernel/ptrace.c
arch/mips/kernel/ptrace32.c