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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to