Explorar el Código

arm64: fpsimd: include <linux/init.h> in fpsimd.h

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>
Will Deacon hace 7 años
padre
commit
b4f9b39074
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      arch/arm64/include/asm/fpsimd.h

+ 1 - 0
arch/arm64/include/asm/fpsimd.h

@@ -22,6 +22,7 @@
 #ifndef __ASSEMBLY__
 
 #include <linux/cache.h>
+#include <linux/init.h>
 #include <linux/stddef.h>
 
 /*