Regards,
Igal Liberman.
> +static struct platform_driver fm_driver = {
> + .driver = {
> +.name = "fsl-fman",
> +.of_match_table = fm_match,
> +},
> + .probe = fm_probe,
> +};
> +
> +builtin_platform_driver(fm_driver);
> +
> +static int __in
From: Igal Liberman
Add Frame Manger Driver support.
This patch adds The FMan configuration, initialization and
runtime control routines.
Signed-off-by: Igal Liberman
---
drivers/net/ethernet/freescale/fman/Kconfig|1 -
drivers/net/ethernet/freescale/fman/Makefile |2 +-