summaryrefslogtreecommitdiff
path: root/wait_for_sysfs.c
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-10-13 21:09:28 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:47:44 -0700
commit2b29bb4f75bb6f7abb7e5957c812c9d41496aacf (patch)
tree487ca789b557a172011f0a62c80edfba20ef3e66 /wait_for_sysfs.c
parenta5e425369c9eccb35c7d0533e7a9dbdee864a6b5 (diff)
[PATCH] add support for class/raw/ to wait_for_sysfs
Diffstat (limited to 'wait_for_sysfs.c')
-rw-r--r--wait_for_sysfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wait_for_sysfs.c b/wait_for_sysfs.c
index 2252c30cd8..86499a42cd 100644
--- a/wait_for_sysfs.c
+++ b/wait_for_sysfs.c
@@ -154,6 +154,7 @@ static int class_device_expect_no_device_link(struct sysfs_class_device *class_d
{ .subsystem = "ieee1394", .device = NULL },
{ .subsystem = "ieee1394_host", .device = NULL },
{ .subsystem = "ieee1394_node", .device = NULL },
+ { .subsystem = "raw", .device = NULL },
{ NULL, NULL }
};
struct class_device *classdevice;