Skip to content

Commit

Permalink
m68k: arch/m68k/kernel/sun3-head.S needs <linux/init.h>
Browse files Browse the repository at this point in the history
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 6f335ca ("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>
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed Apr 28, 2009
1 parent 2d04f6b commit 16752e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/m68k/kernel/sun3-head.S
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <linux/linkage.h>
#include <linux/init.h>

#include <asm/entry.h>
#include <asm/page.h>
Expand Down

0 comments on commit 16752e2

Please sign in to comment.