]> err.no Git - linux-2.6/blobdiff - kernel/ksysfs.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge
[linux-2.6] / kernel / ksysfs.c
index bfb4a7a54e22b68d4c6a36de12685cff5dbbca9a..99af8b05eeaa754de098195a7299bff216040180 100644 (file)
@@ -15,6 +15,9 @@
 #include <linux/module.h>
 #include <linux/init.h>
 
+u64 uevent_seqnum;
+char uevent_helper[UEVENT_HELPER_PATH_LEN] = "/sbin/hotplug";
+
 #define KERNEL_ATTR_RO(_name) \
 static struct subsys_attribute _name##_attr = __ATTR_RO(_name)