mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
[ATM] atm/idt77105.c: Fix section mismatch.
EXPORT_SYMBOL'ed code mustn't be __*init. Signed-off-by: Adrian Bunk <bunk@kernel.org> Acked-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
61e44b4815
commit
799fa6779b
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ static const struct atmphy_ops idt77105_ops = {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
int __devinit idt77105_init(struct atm_dev *dev)
|
int idt77105_init(struct atm_dev *dev)
|
||||||
{
|
{
|
||||||
dev->phy = &idt77105_ops;
|
dev->phy = &idt77105_ops;
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue