X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=sound%2Fcore%2Fmemory.c;h=1161158582a6ce112ab3a7329b2ad09507b57979;hb=c962fb7902669a48a2c613649c1f03865c0ffd1e;hp=862d62d2e144f107a76d9c2b0af93e4c95e1096d;hpb=78b9c0f91cf908616b8f9f356e1d1220e727ea88;p=linux-2.6-omap-h63xx.git diff --git a/sound/core/memory.c b/sound/core/memory.c index 862d62d2e14..1161158582a 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);