Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41347
b: refs/heads/master
c: 2966612
h: refs/heads/master
i:
  41345: 3114619
  41343: 998168c
v: v3
  • Loading branch information
Roland Dreier committed Nov 29, 2006
1 parent 69b1299 commit b7cc3c6
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: f4f3d0f0ece2527184b6c91afa1196a27a5bfaf5
refs/heads/master: 29666128a22ddc78b3e393674ef69462835db43f
4 changes: 2 additions & 2 deletions trunk/drivers/infiniband/hw/amso1100/c2_rnic.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ static int c2_rnic_close(struct c2_dev *c2dev)
* involves initalizing the various limits and resouce pools that
* comprise the RNIC instance.
*/
int c2_rnic_init(struct c2_dev *c2dev)
int __devinit c2_rnic_init(struct c2_dev *c2dev)
{
int err;
u32 qsize, msgsize;
Expand Down Expand Up @@ -611,7 +611,7 @@ int c2_rnic_init(struct c2_dev *c2dev)
/*
* Called by c2_remove to cleanup the RNIC resources.
*/
void c2_rnic_term(struct c2_dev *c2dev)
void __devexit c2_rnic_term(struct c2_dev *c2dev)
{

/* Close the open adapter instance */
Expand Down

0 comments on commit b7cc3c6

Please sign in to comment.