Commit 42ac165d authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] duplicate extern char _stext

From:  Geert Uytterhoeven <geert@linux-m68k.org>

  Kill duplicate extern char _stext (already declared globally 14 lines before)
parent f794d623
......@@ -76,7 +76,6 @@ static inline void x86_do_profile(struct pt_regs * regs)
{
unsigned long eip;
extern unsigned long prof_cpu_mask;
extern char _stext;
#ifdef CONFIG_PROFILING
extern void x86_profile_hook(struct pt_regs *);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment