Skip to content

Commit

Permalink
[ATM]: [suni] change suni_init to __devinit
Browse files Browse the repository at this point in the history
Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Chas Williams authored and David S. Miller committed Jun 29, 2006
1 parent 249c14b commit d17f086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/atm/he.c
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ he_init_irq(struct he_dev *he_dev)
return 0;
}

static int __init
static int __devinit
he_start(struct atm_dev *dev)
{
struct he_dev *he_dev;
Expand Down
2 changes: 1 addition & 1 deletion drivers/atm/suni.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit d17f086

Please sign in to comment.