X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sound%2Fcore%2Fmemory.c;h=fe59850be868d4167617f326307520203ca3dc20;hb=e2fdbc039aeac4ce614ee29f4b14bcef5ba000dd;hp=862d62d2e144f107a76d9c2b0af93e4c95e1096d;hpb=1d4ae4a119e5ba711f12b05cdf27f794460add4b;p=linux-2.6 diff --git a/sound/core/memory.c b/sound/core/memory.c index 862d62d2e1..fe59850be8 100644 --- a/sound/core/memory.c +++ b/sound/core/memory.c @@ -21,6 +21,7 @@ */ #include +#include #include #include @@ -55,6 +56,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 +88,5 @@ int copy_from_user_toio(volatile void __iomem *dst, const void __user *src, size return 0; #endif } + +EXPORT_SYMBOL(copy_from_user_toio);