[PATCH] add support for class/raw/ to wait_for_sysfs

This commit is contained in:
greg@kroah.com 2004-10-13 21:09:28 -07:00 committed by Greg KH
parent a5e425369c
commit 2b29bb4f75

View file

@ -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;