]> Pileus Git - ~andy/linux/blob - arch/um/sys-x86_64/ksyms.c
hrtimer: Remove unused variables in ktime_divns()
[~andy/linux] / arch / um / sys-x86_64 / ksyms.c
1 #include <linux/module.h>
2 #include <asm/string.h>
3 #include <asm/checksum.h>
4
5 /*XXX: we need them because they would be exported by x86_64 */
6 EXPORT_SYMBOL(__memcpy);
7 EXPORT_SYMBOL(csum_partial);