Skip to content
Snippets Groups Projects
Commit c913f94d authored by Kyle McMartin's avatar Kyle McMartin
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,8 @@
*/
#include <asm/assembly.h>
#include <linux/init.h>
#include <linux/linkage.h>
#ifdef CONFIG_64BIT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment