]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - sound/core/memory.c
ALSA: core: Follow standard EXPORT_SYMBOL() declarations
[karo-tx-linux.git] / sound / core / memory.c
index 4cd664efad770fc4e4284caa1bb053cbc5bd3166..19c9ea90d9bf9a0fd0c408c96649fbf164730d06 100644 (file)
@@ -55,7 +55,6 @@ int copy_to_user_fromio(void __user *dst, const volatile void __iomem *src, size
        return 0;
 #endif
 }
-
 EXPORT_SYMBOL(copy_to_user_fromio);
 
 /**
@@ -88,5 +87,4 @@ int copy_from_user_toio(volatile void __iomem *dst, const void __user *src, size
        return 0;
 #endif
 }
-
 EXPORT_SYMBOL(copy_from_user_toio);