mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
alpha: move exports to actual definitions
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
784d5699ed
commit
00fc0e0dda
41 changed files with 99 additions and 131 deletions
|
@ -16,6 +16,7 @@
|
|||
*/
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <linux/export.h>
|
||||
|
||||
/*
|
||||
* This should be done in one go with ldq_u*2/mask/stq_u. Do it
|
||||
|
@ -158,6 +159,4 @@ void * memcpy(void * dest, const void *src, size_t n)
|
|||
__memcpy_unaligned_up ((unsigned long) dest, (unsigned long) src, n);
|
||||
return dest;
|
||||
}
|
||||
|
||||
/* For backward modules compatibility, define __memcpy. */
|
||||
asm("__memcpy = memcpy; .globl __memcpy");
|
||||
EXPORT_SYMBOL(memcpy);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue