[PATCH] duplicate extern char _stext

Geert Uytterhoeven (geert@linux-m68k.org)
Sun, 5 Jan 2003 15:55:34 +0100 (MET)


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

--- linux-2.5.54/include/asm-i386/hw_irq.h.orig Thu Jan 2 12:55:06 2003
+++ linux-2.5.54/include/asm-i386/hw_irq.h Thu Jan 2 15:16:02 2003
@@ -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 *);

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds

- 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/