]> git.baikalelectronics.ru Git - kernel.git/commit
xtensa: use the declarations provided by <asm/sections.h>
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 20 Jun 2012 19:52:59 +0000 (12:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 20 Jun 2012 21:39:35 +0000 (14:39 -0700)
commitff1a906d2e6553d4ba4a1f363a0ce9e76fd02f44
tree24060a06c3d9b5279243d4d03f6a057da50529c8
parent83547a658270f2732f336d6d4b1f053453fd760f
xtensa: use the declarations provided by <asm/sections.h>

Cleanups:
  - Include <asm/sections.h>,
  - Remove the (different) extern declarations,
  - Remove the no longer needed address-of ('&') operators,
  - Use %p to format pointer differences.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Chris Zankel <chris@zankel.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/xtensa/mm/init.c