o zftape: zft_init cannot be static it is used also in lowlevel/ftape-init

parent c0c2ec07
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment