Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40217
b: refs/heads/master
c: 04fed36
h: refs/heads/master
i:
  40215: fa54d95
v: v3
  • Loading branch information
Russell King authored and Linus Torvalds committed Oct 23, 2006
1 parent 9e17dcd commit a68a7c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: dee6515b6d12188f4b9bbe76613371f7840a8a53
refs/heads/master: 04fed361dadb7921507a470947ac23d2f26352cf
2 changes: 1 addition & 1 deletion trunk/include/linux/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ extern void device_unregister(struct device * dev);
extern void device_initialize(struct device * dev);
extern int __must_check device_add(struct device * dev);
extern void device_del(struct device * dev);
extern int __must_check device_for_each_child(struct device *, void *,
extern int device_for_each_child(struct device *, void *,
int (*fn)(struct device *, void *));
extern int device_rename(struct device *dev, char *new_name);

Expand Down

0 comments on commit a68a7c9

Please sign in to comment.