diff options
author | Will Deacon <will.deacon@arm.com> | 2018-02-13 17:43:23 +0000 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2018-03-27 13:14:43 +0100 |
commit | b4f9b39074878ede60d3e7bdc64a2d89ed5e9297 (patch) | |
tree | ced0eabda4daa7132f46ea082f9f9cacaceca638 /arch | |
parent | 65bd053fbf46c44b9862cb1e7d76ee84f90e386e (diff) | |
download | linux-b4f9b39074878ede60d3e7bdc64a2d89ed5e9297.tar.gz linux-b4f9b39074878ede60d3e7bdc64a2d89ed5e9297.tar.bz2 linux-b4f9b39074878ede60d3e7bdc64a2d89ed5e9297.zip |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/include/asm/fpsimd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/include/asm/fpsimd.h b/arch/arm64/include/asm/fpsimd.h index 7623762f7fa6..e3454087275f 100644 --- a/arch/arm64/include/asm/fpsimd.h +++ b/arch/arm64/include/asm/fpsimd.h @@ -22,6 +22,7 @@ #ifndef __ASSEMBLY__ #include <linux/cache.h> +#include <linux/init.h> #include <linux/stddef.h> /* |