Loading drivers/base/core.c +0 −2 Original line number Diff line number Diff line Loading @@ -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; Loading include/linux/kobject.h +3 −0 Original line number Diff line number Diff line Loading @@ -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]; Loading Loading
drivers/base/core.c +0 −2 Original line number Diff line number Diff line Loading @@ -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; Loading
include/linux/kobject.h +3 −0 Original line number Diff line number Diff line Loading @@ -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]; Loading