Skip to content

Commit

Permalink
arch/parisc/kernel/perf_asm.S: build fix
Browse files Browse the repository at this point in the history
Missing <linux/init.h> header for __HEAD macro.

Signed-off-by: Kyle McMartin <[email protected]>
  • Loading branch information
jkkm committed May 15, 2008
1 parent 3378f7e commit c913f94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/parisc/kernel/perf_asm.S
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
*/

#include <asm/assembly.h>

#include <linux/init.h>
#include <linux/linkage.h>

#ifdef CONFIG_64BIT
Expand Down

0 comments on commit c913f94

Please sign in to comment.