params of register_netdev

From: Rama Krishna Mandava (ramakrishna.mandava@wipro.com)
Date: Mon Mar 12 2001 - 05:09:02 EST


hi all,
         In my module the code as below ...syntax code from alasandro rubini
...I hope all arguments are not necessary to be initialised ....

        struct device my_dev =
                        {
                          myne_name,
                        0,0,0,0,
                        0x000,
                        0,
                        0,0,0,
                        NULL,
                        myne_init,
                        };

int init_module(void)
                {
                        register_netdev(my_dev);
                }

the compile error generated is : incompatible type for argument 1 of
                                'register_netdev'..

        Please help me out.

Thank u
srinivas

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Mar 15 2001 - 21:00:13 EST