Merge to Fedora kernel-2.6.7-1.492
[linux-2.6.git] / drivers / net / dummy.c
index 37068c8..fc0a851 100644 (file)
@@ -78,6 +78,7 @@ static void __init dummy_setup(struct net_device *dev)
        /* Fill in device structure with ethernet-generic values. */
        ether_setup(dev);
        dev->tx_queue_len = 0;
+       dev->change_mtu = NULL;
        dev->flags |= IFF_NOARP;
        dev->flags &= ~IFF_MULTICAST;
        SET_MODULE_OWNER(dev);