[PATCH 8/13] powerpc: Add arch/powerpc mv64x60_eth platform data setup
Arnd Bergmann
arnd at arndb.de
Thu Apr 26 10:18:45 EST 2007
On Thursday 26 April 2007, Mark A. Greer wrote:
> Index: linux-2.6-powerpc-df/arch/powerpc/sysdev/mv64x60.c
> ===================================================================
> --- linux-2.6-powerpc-df.orig/arch/powerpc/sysdev/mv64x60.c
> +++ linux-2.6-powerpc-df/arch/powerpc/sysdev/mv64x60.c
> @@ -511,3 +511,138 @@ ret_node_put:
> }
>
> arch_initcall(mv64x60_mpsc_platform_device_init);
> +
> +/*
> + * Create mv64x60_eth platform device
> + */
> +static int __init eth_register_shared_pdev(struct device_node *np)
> +{
> + struct platform_device *pdev;
No need to put this into architecture specific code, just register
the of_platform_driver from mv643xx_init_module and use the device
you get passed in there.
Once arch/ppc is dead, you can remove the platform_driver from mv643xx
entirely.
Arnd <><
More information about the Linuxppc-dev
mailing list