Skip to content
Commit c85627fb authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

m68k: Kill several external declarations in source files



  - 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: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 6d0be946
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