Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338103
b: refs/heads/master
c: 3893075
h: refs/heads/master
i:
  338101: 7203484
  338099: eb8d631
  338095: a46f5e6
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent 8fd1757 commit 8c8c266
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: f307da94dbc5308ec4163030785e79cf193b5cf7
refs/heads/master: 38930755b86082b8d44da038d0ec0b912a708679
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vme/devices/vme_pio2_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ static struct vme_driver pio2_driver = {
.name = driver_name,
.match = pio2_match,
.probe = pio2_probe,
.remove = __devexit_p(pio2_remove),
.remove = pio2_remove,
};


Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vme/devices/vme_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ static struct vme_driver vme_user_driver = {
.name = driver_name,
.match = vme_user_match,
.probe = vme_user_probe,
.remove = __devexit_p(vme_user_remove),
.remove = vme_user_remove,
};


Expand Down

0 comments on commit 8c8c266

Please sign in to comment.