[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1429167533-13442-1-git-send-email-richard@nod.at>
Date: Thu, 16 Apr 2015 08:58:53 +0200
From: Richard Weinberger <richard@....at>
To: linux-alpha@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, rth@...ddle.net,
ink@...assic.park.msu.ru, mattst88@...il.com,
akpm@...ux-foundation.org, Richard Weinberger <richard@....at>
Subject: [PATCH] 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@....at>
---
arch/alpha/include/asm/processor.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/alpha/include/asm/processor.h b/arch/alpha/include/asm/processor.h
index b4cf036..43a7559 100644
--- a/arch/alpha/include/asm/processor.h
+++ b/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. */
--
1.8.4.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists