Should this be:

>  static void __exit meth_exit_module(void)
>  {
> -     unregister_netdev(meth_dev);
> -     free_netdev(meth_dev);
> +     platform_driver_register(&meth_driver);
>  }

                      ^^^^^^^^

      platform_driver_unregister(&meth_driver);
                      ^^

Shane
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to