mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 18:20:52 +07: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
@ -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;
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user