Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63214
b: refs/heads/master
c: ff2ee8c
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jul 30, 2007
1 parent 171ad3c commit c7bfa9d
Show file tree
Hide file tree
Showing 3 changed files with 4 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: cd030c4cb3ee0cd4f0589a5f723d358cca1f7a9a
refs/heads/master: ff2ee8cf30199bb625706a43d9cc3bd1ff5ebe42
2 changes: 0 additions & 2 deletions trunk/drivers/base/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
#include "base.h"
#include "power/power.h"

extern const char *kobject_actions[];

int (*platform_notify)(struct device * dev) = NULL;
int (*platform_notify_remove)(struct device * dev) = NULL;

Expand Down
3 changes: 3 additions & 0 deletions trunk/include/linux/kobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ enum kobject_action {
KOBJ_MAX
};

/* The list of strings defining the valid kobject actions as specified above */
extern const char *kobject_actions[];

struct kobject {
const char * k_name;
char name[KOBJ_NAME_LEN];
Expand Down

0 comments on commit c7bfa9d

Please sign in to comment.