Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6:
ieee1394: fix oops on "modprobe -r ohci1394" after network class_device conversion

+3
+3
drivers/ieee1394/eth1394.c
··· 584 584 } 585 585 586 586 SET_MODULE_OWNER(dev); 587 + #if 0 588 + /* FIXME - Is this the correct parent device anyway? */ 587 589 SET_NETDEV_DEV(dev, &host->device); 590 + #endif 588 591 589 592 priv = netdev_priv(dev); 590 593