summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2016-02-08 21:43:51 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-06-08 04:14:30 +0300
commitd59a1b85d6b7d16485f5362077e2ed9a5c9022cd (patch)
treeededb755e7651551e2cb5eff0ca8a7b94d19a5e7 /fs
parentdf27ff8678252b751e6bc2ea8835e58eb43b8e30 (diff)
downloadlinux-d59a1b85d6b7d16485f5362077e2ed9a5c9022cd.tar.xz
MIPS: Fix uapi include in exported asm/siginfo.h
commit 987e5b834467c9251ca584febda65ef8f66351a9 upstream. Since commit 8cb48fe169dd ("MIPS: Provide correct siginfo_t.si_stime"), MIPS' uapi/asm/siginfo.h has included uapi/asm-generic/siginfo.h directly before defining MIPS' struct siginfo, in order to get the necessary definitions needed for the siginfo struct without the generic copy_siginfo() hitting compiler errors due to struct siginfo not yet being defined. Now that the generic copy_siginfo() is moved out to linux/signal.h we can safely include asm-generic/siginfo.h before defining the MIPS specific struct siginfo, which avoids the uapi/ include as well as breakage due to generic copy_siginfo() being defined before struct siginfo. Reported-by: Christopher Ferris <cferris@google.com> Fixes: 8cb48fe169dd ("MIPS: Provide correct siginfo_t.si_stime") Signed-off-by: James Hogan <james.hogan@imgtec.com> Cc: Petr Malat <oss@malat.biz> Cc: linux-mips@linux-mips.org Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions