Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20031
b: refs/heads/master
c: 83ec98b
h: refs/heads/master
i:
  20029: f536c92
  20027: 9e6f12e
  20023: 865f0fd
  20015: f21df95
  19999: b3bcbb8
  19967: 2ae2470
v: v3
  • Loading branch information
Al Viro committed Feb 8, 2006
1 parent 4e8cd4a commit d3caf04
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: b6298c22c5e9f698812e2520003ee178aad50c10
refs/heads/master: 83ec98be051b277635bc7379b863b25f6dbe54ce
4 changes: 2 additions & 2 deletions trunk/arch/ppc/syslib/ocp.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ ocp_device_resume(struct device *dev)
struct bus_type ocp_bus_type = {
.name = "ocp",
.match = ocp_device_match,
.probe = ocp_driver_probe,
.remove = ocp_driver_remove,
.probe = ocp_device_probe,
.remove = ocp_device_remove,
.suspend = ocp_device_suspend,
.resume = ocp_device_resume,
};
Expand Down

0 comments on commit d3caf04

Please sign in to comment.