X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=sound%2Fcore%2Fmemory.c;h=1161158582a6ce112ab3a7329b2ad09507b57979;hb=fbdde7bd274d74729954190f99afcb1e3d9bbfba;hp=862d62d2e144f107a76d9c2b0af93e4c95e1096d;hpb=c7c6e9494cc9a4a5b1a2ca870ed4531ad2b98a83;p=cascardo%2Flinux.git diff --git a/sound/core/memory.c b/sound/core/memory.c index 862d62d2e144..1161158582a6 100644 --- a/sound/core/memory.c +++ b/sound/core/memory.c @@ -1,5 +1,5 @@ /* - * Copyright (c) by Jaroslav Kysela + * Copyright (c) by Jaroslav Kysela * * Misc memory accessors * @@ -20,9 +20,9 @@ * */ -#include #include #include +#include /** * copy_to_user_fromio - copy data from mmio-space to user-space @@ -55,6 +55,8 @@ int copy_to_user_fromio(void __user *dst, const volatile void __iomem *src, size #endif } +EXPORT_SYMBOL(copy_to_user_fromio); + /** * copy_from_user_toio - copy data from user-space to mmio-space * @dst: the destination pointer on mmio-space @@ -85,3 +87,5 @@ int copy_from_user_toio(volatile void __iomem *dst, const void __user *src, size return 0; #endif } + +EXPORT_SYMBOL(copy_from_user_toio);