arm64: fpsimd: include <linux/init.h> in fpsimd.h
authorWill Deacon <will.deacon@arm.com>
Tue, 13 Feb 2018 17:43:23 +0000 (17:43 +0000)
committerWill Deacon <will.deacon@arm.com>
Tue, 27 Mar 2018 12:14:43 +0000 (13:14 +0100)
fpsimd.h uses the __init annotation, so pull in linux/init.h

Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/include/asm/fpsimd.h

index 7623762..e345408 100644 (file)
@@ -22,6 +22,7 @@
 #ifndef __ASSEMBLY__
 
 #include <linux/cache.h>
+#include <linux/init.h>
 #include <linux/stddef.h>
 
 /*