Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31338
b: refs/heads/master
c: d17f086
h: refs/heads/master
v: v3
  • Loading branch information
Chas Williams authored and David S. Miller committed Jun 29, 2006
1 parent 19ea560 commit de35827
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 249c14b55c8576ad8c6ec23c7c1b3b2219b33e54
refs/heads/master: d17f086550a6fdb13fe82371d60ebf80904c6f96
2 changes: 1 addition & 1 deletion trunk/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 trunk/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 de35827

Please sign in to comment.