Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205518
b: refs/heads/master
c: cc7447a
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Greg Kroah-Hartman committed Aug 5, 2010
1 parent 7be6242 commit a8bf975
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: ed1d218c95c6846416ddb39085b20a5b3c0872e4
refs/heads/master: cc7447a5fa92759b0856d6a83ba2539c6a94e67e
5 changes: 2 additions & 3 deletions trunk/include/linux/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,8 @@ struct device *bus_find_device_by_name(struct bus_type *bus,
struct device *start,
const char *name);

int __must_check bus_for_each_drv(struct bus_type *bus,
struct device_driver *start, void *data,
int (*fn)(struct device_driver *, void *));
int bus_for_each_drv(struct bus_type *bus, struct device_driver *start,
void *data, int (*fn)(struct device_driver *, void *));

void bus_sort_breadthfirst(struct bus_type *bus,
int (*compare)(const struct device *a,
Expand Down

0 comments on commit a8bf975

Please sign in to comment.