Re: [PATCH] Remove nested function

2009-10-08 Thread David Miller
From: Jérôme Pouiller Date: Thu, 8 Oct 2009 10:34:23 +0200 > Some toolchains dislike nested function definition, so we define function > match > outside of of_phy_find_device. > > Signed-off-by: Jérôme Pouiller Acked-by: David S. Miller ___ Linuxp

[PATCH] Remove nested function

2009-10-08 Thread Jérôme Pouiller
Some toolchains dislike nested function definition, so we define function match outside of of_phy_find_device. Signed-off-by: Jérôme Pouiller --- drivers/of/of_mdio.c | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/drivers/of/of_mdio.c b/drivers/of/of_mdio.c