net: Add init_dummy_netdev() and fix EMAC driver using it
[deliverable/linux.git] / drivers / net / ibm_newemac / mal.h
index 2f0a87360844afc3d1dd7eaaf3f3b0ebd6f6510c..9ededfbf0726d3814e55e8c9fe44c003cef72c1d 100644 (file)
@@ -214,6 +214,8 @@ struct mal_instance {
        int                     index;
        spinlock_t              lock;
 
+       struct net_device       dummy_dev;
+
        unsigned int features;
 };
 
This page took 0.023505 seconds and 5 git commands to generate.