Commit f2a94347 authored by Randy Dunlap's avatar Randy Dunlap Committed by Jeff Garzik

[PATCH] smctr: fix init section usage

smctr_chk_mca() can be __init.
parent 2402bc87
......@@ -477,7 +477,7 @@ static int smctr_checksum_firmware(struct net_device *dev)
return (0);
}
static int smctr_chk_mca(struct net_device *dev)
static int __init smctr_chk_mca(struct net_device *dev)
{
#ifdef CONFIG_MCA
struct net_local *tp = (struct net_local *)dev->priv;
......
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