Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 59102
b: refs/heads/master
c: 2a01345
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Greg Kroah-Hartman committed Jul 11, 2007
1 parent e335cf9 commit 10f98f2
Show file tree
Hide file tree
Showing 3 changed files with 4 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: ab71c6f0767bcbc618f3db51f668d5b951c00b60
refs/heads/master: 2a0134554e12f530c6eccb1dab3f0f8954f855c9
2 changes: 1 addition & 1 deletion trunk/drivers/base/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ struct class_device_attribute *to_class_dev_attr(struct attribute *_attr)

extern char *make_class_name(const char *name, struct kobject *kobj);

extern void devres_release_all(struct device *dev);
extern int devres_release_all(struct device *dev);

extern struct kset devices_subsys;
2 changes: 2 additions & 0 deletions trunk/drivers/base/devres.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#include <linux/device.h>
#include <linux/module.h>

#include "base.h"

struct devres_node {
struct list_head entry;
dr_release_t release;
Expand Down

0 comments on commit 10f98f2

Please sign in to comment.