Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 177199
Collapse All | Expand All

(-)linux-2.6.22-rc2/drivers/ieee1394/eth1394.c (-4 / +3 lines)
Lines 599-608 static void ether1394_add_host(struct hp Link Here
599
	}
599
	}
600
600
601
	SET_MODULE_OWNER(dev);
601
	SET_MODULE_OWNER(dev);
602
#if 0
602
603
	/* FIXME - Is this the correct parent device anyway? */
603
	/* This used to be &host->device in Linux 2.6.20 and before. */
604
	SET_NETDEV_DEV(dev, &host->device);
604
	SET_NETDEV_DEV(dev, host->device.parent);
605
#endif
606
605
607
	priv = netdev_priv(dev);
606
	priv = netdev_priv(dev);
608
	INIT_LIST_HEAD(&priv->ip_node_list);
607
	INIT_LIST_HEAD(&priv->ip_node_list);

Return to bug 177199