On Sun, Jan 4, 2009 at 21:26, <[email protected]> wrote: > -static int sdh_remove(struct platform_device *pdev) > +static int __devexit sdh_remove(struct platform_device *pdev)
you'll need to update the platform_driver definition then to use __devexit_p() around the remove function -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
