]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] duplicate extern char _stext
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 13 Jan 2003 12:12:44 +0000 (04:12 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 13 Jan 2003 12:12:44 +0000 (04:12 -0800)
From:  Geert Uytterhoeven <geert@linux-m68k.org>

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

include/asm-i386/hw_irq.h

index a537cc4d233ed8dacfdc12460ba4ef2af8a73084..a20ce49418644cfebc4a6f8dac069a002c8f49c6 100644 (file)
@@ -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 *);