diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-05 13:11:26 -0500 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-29 00:01:25 -0500 |
| commit | 541880d9a2c7871f6370071d55aa6662d329c51e (patch) | |
| tree | bc484cbeba1872ef2090c8738a942390a02d4dff /include/linux | |
| parent | 4aaefee589f97bb30062bbeeb793bbbf7107a9a7 (diff) | |
do_coredump(): get rid of pt_regs argument
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/coredump.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/coredump.h b/include/linux/coredump.h index 1d7399314a89..a98f1ca60407 100644 --- a/include/linux/coredump.h +++ b/include/linux/coredump.h | |||
| @@ -13,9 +13,9 @@ | |||
| 13 | extern int dump_write(struct file *file, const void *addr, int nr); | 13 | extern int dump_write(struct file *file, const void *addr, int nr); |
| 14 | extern int dump_seek(struct file *file, loff_t off); | 14 | extern int dump_seek(struct file *file, loff_t off); |
| 15 | #ifdef CONFIG_COREDUMP | 15 | #ifdef CONFIG_COREDUMP |
| 16 | extern void do_coredump(siginfo_t *siginfo, struct pt_regs *regs); | 16 | extern void do_coredump(siginfo_t *siginfo); |
| 17 | #else | 17 | #else |
| 18 | static inline void do_coredump(siginfo_t *siginfo, struct pt_regs *regs) {} | 18 | static inline void do_coredump(siginfo_t *siginfo) {} |
| 19 | #endif | 19 | #endif |
| 20 | 20 | ||
| 21 | #endif /* _LINUX_COREDUMP_H */ | 21 | #endif /* _LINUX_COREDUMP_H */ |
