[PATCH] powerpc: Add support for the MPC83xx watchdog

Andrew Morton akpm at osdl.org
Sat Jan 14 09:58:04 EST 2006


Kumar Gala <galak at gate.crashing.org> wrote:
>
> +static struct platform_driver mpc83xx_wdt_driver = {
> +	.probe		= mpc83xx_wdt_probe,
> +	.remove		= __devexit_p(mpc83xx_wdt_remove),
> +	.driver		= {
> +		.owner	= THIS_MODULE,
> +		.name	= "mpc83xx_wdt",
> +	},
> +};

platform_driver.owner no longer needs to be initialised for some reason. 
I'll take that line out.



More information about the Linuxppc-dev mailing list