]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - arch/alpha/lib/ev6-memchr.S
alpha: move exports to actual definitions
[mirror_ubuntu-eoan-kernel.git] / arch / alpha / lib / ev6-memchr.S
index 1a5f71b9d8b10286f324b2e13e9be79ddb1d4abb..419adc53ccb4e599217aedd3bdb9a6af43bab400 100644 (file)
@@ -27,7 +27,7 @@
  *     L       - lower subcluster; L0 - subcluster L0; L1 - subcluster L1
  * Try not to change the actual algorithm if possible for consistency.
  */
-
+#include <asm/export.h>
         .set noreorder
         .set noat
 
@@ -189,3 +189,4 @@ $not_found:
        ret                     # L0 :
 
         .end memchr
+       EXPORT_SYMBOL(memchr)