Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31336
b: refs/heads/master
c: b47eb0e
h: refs/heads/master
v: v3
  • Loading branch information
Chas Williams authored and David S. Miller committed Jun 29, 2006
1 parent 618f314 commit 88134e2
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: b11d6213529b33d81c21eeba97343e3b714e62e7
refs/heads/master: b47eb0eb9bb5fcee6394f0d9bde0b471f7329841
2 changes: 1 addition & 1 deletion trunk/drivers/atm/idt77105.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ static const struct atmphy_ops idt77105_ops = {
};


int idt77105_init(struct atm_dev *dev)
int __devinit idt77105_init(struct atm_dev *dev)
{
dev->phy = &idt77105_ops;
return 0;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/atm/idt77105.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
#define IDT77105_CTRSEL_RHEC 0x01 /* W, Rx HEC Error Counter */

#ifdef __KERNEL__
int idt77105_init(struct atm_dev *dev) __init;
int idt77105_init(struct atm_dev *dev);
#endif

/*
Expand Down

0 comments on commit 88134e2

Please sign in to comment.