The patch titled Subject: alpha: forward declare struct pt_regs in processor.h has been added to the -mm tree. Its filename is alpha-forward-declare-struct-pt_regs-in-processorh.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/alpha-forward-declare-struct-pt_regs-in-processorh.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/alpha-forward-declare-struct-pt_regs-in-processorh.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Richard Weinberger <richard@xxxxxx> Subject: alpha: forward declare struct pt_regs in processor.h Removal of exec domains uncovered this new warning. processor.h re-used struct pt_regs from personality.h which is now gone. ./arch/alpha/include/asm/processor.h:47:33: warning: 'struct pt_regs' declared inside parameter list [enabled by default] Signed-off-by: Richard Weinberger <richard@xxxxxx> Cc: Richard Henderson <rth@xxxxxxxxxxx> Cc: Ivan Kokshaysky <ink@xxxxxxxxxxxxxxxxxxxx> Cc: Matt Turner <mattst88@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/alpha/include/asm/processor.h | 1 + 1 file changed, 1 insertion(+) diff -puN arch/alpha/include/asm/processor.h~alpha-forward-declare-struct-pt_regs-in-processorh arch/alpha/include/asm/processor.h --- a/arch/alpha/include/asm/processor.h~alpha-forward-declare-struct-pt_regs-in-processorh +++ a/arch/alpha/include/asm/processor.h @@ -44,6 +44,7 @@ struct task_struct; extern unsigned long thread_saved_pc(struct task_struct *); /* Do necessary setup to start up a newly executed thread. */ +struct pt_regs; extern void start_thread(struct pt_regs *, unsigned long, unsigned long); /* Free all resources held by a thread. */ _ Patches currently in -mm which might be from richard@xxxxxx are origin.patch alpha-forward-declare-struct-pt_regs-in-processorh.patch signal-remove-warning-about-using-si_tkill-in-rt_sigqueueinfo.patch linux-next.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html