Commit 9c8d6ac7 authored by Andrew Morton's avatar Andrew Morton Committed by Jeff Garzik

Fix "multiple definition of 'smc_init'" error in smc-ircc irda driver,

by making 'smc_init' static.
parent 52a1a11d
......@@ -1203,7 +1203,7 @@ static int __exit ircc_close(struct ircc_cb *self)
return 0;
}
int __init smc_init(void)
static int __init smc_init(void)
{
return ircc_init();
}
......
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