diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-10-22 00:29:57 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2004-10-22 00:29:57 -0700 |
| commit | 28b5fd2263de53d325c84b6b3c3a5ef55263c5aa (patch) | |
| tree | 7c5799748a388eeb1f47778da1479e5593b8a135 /include/linux | |
| parent | bbf210d9acfc3d8c75369e8a74111a44784f4d1d (diff) | |
[PATCH] remove cpu_run_sbin_hotplug()
From: Keshavamurthy Anil S <anil.s.keshavamurthy@intel.com>
Remove cpu_run_sbin_hotplug() - use kobject_hotplug() instead.
Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/kobject_uevent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kobject_uevent.h b/include/linux/kobject_uevent.h index 1cea3ab7e141..7292821f7fd7 100644 --- a/include/linux/kobject_uevent.h +++ b/include/linux/kobject_uevent.h @@ -22,6 +22,7 @@ enum kobject_action { KOBJ_CHANGE = (__force kobject_action_t) 0x03, /* a sysfs attribute file has changed */ KOBJ_MOUNT = (__force kobject_action_t) 0x04, /* mount event for block devices */ KOBJ_UMOUNT = (__force kobject_action_t) 0x05, /* umount event for block devices */ + KOBJ_OFFLINE = (__force kobject_action_t) 0x06, /* offline event for hotplug devices */ }; |
