summaryrefslogtreecommitdiff
path: root/udev_sysfs.h
diff options
context:
space:
mode:
authorKay Sievers <kay@pim>2005-10-29 21:13:43 +0200
committerKay Sievers <kay@pim>2005-10-29 21:13:43 +0200
commit2a4ce7092546039063fcf5aaa36760a89d8c9047 (patch)
tree23dce578292ccdccda77f8164daf7e0a3c98f4c0 /udev_sysfs.h
parent29ed5bf414c9eebdc78c68540f8a19af7691ef1f (diff)
remove no longer needed waiting for "dev" file
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Diffstat (limited to 'udev_sysfs.h')
-rw-r--r--udev_sysfs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/udev_sysfs.h b/udev_sysfs.h
index 8078f62d82..5b87d6bf95 100644
--- a/udev_sysfs.h
+++ b/udev_sysfs.h
@@ -28,9 +28,8 @@
#define WAIT_LOOP_PER_SECOND 20
extern dev_t get_devt(struct sysfs_class_device *class_dev);
-extern int subsystem_expect_no_dev(const char *subsystem);
-/* /sys/class /sys/block devices */
+/* /sys/class, /sys/block devices */
extern struct sysfs_class_device *wait_class_device_open(const char *path);
extern int wait_for_class_device(struct sysfs_class_device *class_dev, const char **error);