Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 457 → Rev 490

/shark/trunk/drivers/linuxc26/core.c
371,7 → 371,7
void device_unregister_wait(struct device * dev)
{
struct completion c;
init_completion(&c);
//init_completion(&c);
dev->complete = &c;
device_unregister(dev);
//wait_for_completion(&c);