Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31337
b: refs/heads/master
c: 249c14b
h: refs/heads/master
i:
  31335: 618f314
v: v3
  • Loading branch information
Chas Williams authored and David S. Miller committed Jun 29, 2006
1 parent 88134e2 commit 19ea560
Show file tree
Hide file tree
Showing 2 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: b47eb0eb9bb5fcee6394f0d9bde0b471f7329841
refs/heads/master: 249c14b55c8576ad8c6ec23c7c1b3b2219b33e54
4 changes: 2 additions & 2 deletions trunk/drivers/atm/iphase.c
Original file line number Diff line number Diff line change
Expand Up @@ -2284,7 +2284,7 @@ static int reset_sar(struct atm_dev *dev)
}


static int __init ia_init(struct atm_dev *dev)
static int __devinit ia_init(struct atm_dev *dev)
{
IADEV *iadev;
unsigned long real_base;
Expand Down Expand Up @@ -2480,7 +2480,7 @@ static void ia_free_rx(IADEV *iadev)
iadev->rx_dle_dma);
}

static int __init ia_start(struct atm_dev *dev)
static int __devinit ia_start(struct atm_dev *dev)
{
IADEV *iadev;
int error;
Expand Down

0 comments on commit 19ea560

Please sign in to comment.