[TRIVIAL] duplicate extern char _stext

Rusty Trivial Russell (rusty@rustcorp.com.au)
Tue, 14 Jan 2003 13:35:50 +1100


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


Kill duplicate extern char _stext (already declared globally 14 lines before)

--- trivial-2.5.57/include/asm-i386/hw_irq.h.orig 2003-01-14 12:12:10.000000000 +1100
+++ trivial-2.5.57/include/asm-i386/hw_irq.h 2003-01-14 12:12:10.000000000 +1100
@@ -76,7 +76,6 @@
{
unsigned long eip;
extern unsigned long prof_cpu_mask;
- extern char _stext;
#ifdef CONFIG_PROFILING
extern void x86_profile_hook(struct pt_regs *);

-- 
  Don't blame me: the Monkey is driving
  File: Geert Uytterhoeven <geert@linux-m68k.org>: [PATCH] duplicate extern char _stext
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/