[PATCH] add a class/fc_host file to the list of what to wait for

This commit is contained in:
kay.sievers@vrfy.org 2004-12-11 06:07:31 +01:00 committed by Greg KH
parent c2fe814e30
commit 0dfbe9451b

View File

@ -52,6 +52,7 @@ static const struct subsystem_file {
{ .subsystem = "ieee1394_host", .file = NULL },
{ .subsystem = "ieee1394_node", .file = NULL },
{ .subsystem = "fc_transport", .file = "port_id" },
{ .subsystem = "fc_host", .file = "port_id" },
{ NULL, NULL }
};