mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
[ATM]: [suni] change suni_init to __devinit
Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
249c14b55c
commit
d17f086550
@ -1018,7 +1018,7 @@ he_init_irq(struct he_dev *he_dev)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int __init
|
static int __devinit
|
||||||
he_start(struct atm_dev *dev)
|
he_start(struct atm_dev *dev)
|
||||||
{
|
{
|
||||||
struct he_dev *he_dev;
|
struct he_dev *he_dev;
|
||||||
|
@ -289,7 +289,7 @@ static const struct atmphy_ops suni_ops = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
int suni_init(struct atm_dev *dev)
|
int __devinit suni_init(struct atm_dev *dev)
|
||||||
{
|
{
|
||||||
unsigned char mri;
|
unsigned char mri;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user