]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/kobject.h
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[karo-tx-linux.git] / include / linux / kobject.h
index ca85cb80e99a60e33df79e2ed0d8815953d1d21d..eeab34b0f58912bbcf92607f90cf022414378410 100644 (file)
@@ -217,11 +217,9 @@ extern struct kobject *firmware_kobj;
 int kobject_uevent(struct kobject *kobj, enum kobject_action action);
 int kobject_uevent_env(struct kobject *kobj, enum kobject_action action,
                        char *envp[]);
+int kobject_synth_uevent(struct kobject *kobj, const char *buf, size_t count);
 
 __printf(2, 3)
 int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...);
 
-int kobject_action_type(const char *buf, size_t count,
-                       enum kobject_action *type);
-
 #endif /* _KOBJECT_H_ */