]> git.baikalelectronics.ru Git - kernel.git/commit
m68k: arch/m68k/kernel/sun3-head.S needs <linux/init.h>
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 28 Apr 2009 19:20:11 +0000 (21:20 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 28 Apr 2009 23:07:18 +0000 (16:07 -0700)
commit2ad927871d9489154bed305aff0d3b537996f236
tree8acc28898c73d760eb68a9efe8db7352a5076568
parente8df844088ac3ce85011a5d30a3bbc6c5261c526
m68k: arch/m68k/kernel/sun3-head.S needs <linux/init.h>

Fix this:

  arch/m68k/kernel/sun3-head.S: Assembler messages:
  arch/m68k/kernel/sun3-head.S:32: Error: Unknown operator -- statement `__head' ignored

Introduced by commit 5e6e67a3b52cdae2d128a776c940693852400c34 ("m68k:
convert to use __HEAD and HEAD_TEXT macros."), which started using
__HEAD without adding the appropriate include.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/m68k/kernel/sun3-head.S