Skip to content
Commit be5940c9 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jonas Bonn
Browse files

openrisc: Use the declarations provided by <asm/sections.h>



Openrisc's private vmlinux.h duplicates a few definitions that are already
provided by asm-generic/sections.h. The former is used by setup.c only,
while the latter is already used everywhere else.

Convert setup.c to use the generic version:
  - Include <asm/sections.h>,
  - Remove the (slightly different) extern declarations,
  - Remove the no longer needed address-of ('&') operators.

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarJonas Bonn <jonas@southpole.se>
parent f38d45dd
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