Commit c913f94d authored by Kyle McMartin's avatar Kyle McMartin

arch/parisc/kernel/perf_asm.S: build fix

Missing <linux/init.h> header for __HEAD macro.
Signed-off-by: default avatarKyle McMartin <kyle@mcmartin.ca>
parent 3378f7ec
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
*/ */
#include <asm/assembly.h> #include <asm/assembly.h>
#include <linux/init.h>
#include <linux/linkage.h> #include <linux/linkage.h>
#ifdef CONFIG_64BIT #ifdef CONFIG_64BIT
......
Markdown is supported
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