m68k: Kill several external declarations in source files
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 21 Dec 2008 11:03:37 +0000 (12:03 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 12 Jan 2009 19:56:34 +0000 (20:56 +0100)
  - Replace external declarations by proper includes where availiable.
    The accesses to some symbols had to be modified, as before they were
    declared using e.g. "extern int _end", while asm-generic/sections.h uses
    e.g. "extern char _end[]"
  - Remove unused or superfluous external declarations

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

No differences found