]> git.hungrycats.org Git - linux/commitdiff
o zftape: zft_init cannot be static it is used also in lowlevel/ftape-init
authorArnaldo Carvalho de Melo <acme@conectiva.com.br>
Sat, 7 Dec 2002 12:53:30 +0000 (10:53 -0200)
committerArnaldo Carvalho de Melo <acme@conectiva.com.br>
Sat, 7 Dec 2002 12:53:30 +0000 (10:53 -0200)
drivers/char/ftape/zftape/zftape-init.c

index 3ce0a682a1df0c90596d05a90f0eb815952152bc..e19aab62c04d8bbd779e0d7fe7d61c0849821aac 100644 (file)
@@ -314,7 +314,7 @@ extern int zft_compressor_init(void);
 /*  Called by modules package when installing the driver or by kernel
  *  during the initialization phase
  */
-static int __init zft_init(void)
+int __init zft_init(void)
 {
        int i;
        TRACE_FUN(ft_t_flow);