X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sound%2Fcore%2Fmemory.c;h=1161158582a6ce112ab3a7329b2ad09507b57979;hb=87689d567a45f80416feea0a2aa6d3a2a6b8963a;hp=862d62d2e144f107a76d9c2b0af93e4c95e1096d;hpb=8006fdd6dc387abaa4b683bda4868c879fd76070;p=deliverable%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);