Commit 6291ceea authored by Chas Williams's avatar Chas Williams Committed by David S. Miller

[ATM]: [uPD98402] Exported symbols should not be marked __init.

parent 86de8154
......@@ -246,7 +246,7 @@ static const struct atmphy_ops uPD98402_ops = {
};
int __init uPD98402_init(struct atm_dev *dev)
int uPD98402_init(struct atm_dev *dev)
{
DPRINTK("phy_init\n");
dev->phy = &uPD98402_ops;
......
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