yup. There's an smc_init() in drivers/net/irda/smc-ircc.c and
another in drivers/net/smc9194.c. The latter cannot be made static
because drivers/net/Space.c refers to it. But we can make the irda
one static.
And yes, 2.5.25 needs this.
--- 2.5.25/drivers/net/irda/smc-ircc.c~smc-init Tue Jul 9 13:28:51 2002
+++ 2.5.25-akpm/drivers/net/irda/smc-ircc.c Tue Jul 9 13:28:53 2002
@@ -1203,7 +1203,7 @@ static int __exit ircc_close(struct ircc
return 0;
}
-int __init smc_init(void)
+static int __init smc_init(void)
{
return ircc_init();
}
-
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/