mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 06:33:34 +00:00
arch/parisc/kernel/perf_asm.S: build fix
Missing <linux/init.h> header for __HEAD macro. Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
This commit is contained in:
parent
3378f7ec6c
commit
c913f94d86
@ -20,6 +20,8 @@
|
||||
*/
|
||||
|
||||
#include <asm/assembly.h>
|
||||
|
||||
#include <linux/init.h>
|
||||
#include <linux/linkage.h>
|
||||
|
||||
#ifdef CONFIG_64BIT
|
||||
|
Loading…
Reference in New Issue
Block a user