Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1668066
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 3/4] arm64: Provide a fncpy implementation |
| Date | 2017-06-16 23:30 +0200 |
| Message-ID | <tT6Yx-5IE-5@gated-at.bofh.it> (permalink) |
| References | <tT6Yx-5IE-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Utilize the asm-generic/fncpy.h implementation for ARM64 to allow the use of drivers/misc/sram*.c on these platforms as well. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> --- arch/arm64/include/asm/fncpy.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 arch/arm64/include/asm/fncpy.h diff --git a/arch/arm64/include/asm/fncpy.h b/arch/arm64/include/asm/fncpy.h new file mode 100644 index 000000000000..578f942f55e4 --- /dev/null +++ b/arch/arm64/include/asm/fncpy.h @@ -0,0 +1,6 @@ +#ifndef __ASMARM64_FNCPY_H +#define __ASMARM64_FNCPY_H + +#include <asm-generic/fncpy.h> + +#endif /* __ASMARM64_FNCPY_H */ -- 2.9.3
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v2 3/4] arm64: Provide a fncpy implementation Florian Fainelli <f.fainelli@gmail.com> - 2017-06-16 23:30 +0200
csiph-web