Re: [PATCH] of: re-use kernel's kbasename()

2012-10-31 Thread Grant Likely
On Wed, Oct 31, 2012 at 2:30 PM, Andy Shevchenko wrote: > Signed-off-by: Andy Shevchenko > Cc: Grant Likely > Cc: Rob Herring Acked-by: Grant Likely Please merge through the same tree that adds the new kbasename function. g. > --- > drivers/of/fdt.c | 10 ++ > 1 file changed, 2

[PATCH] of: re-use kernel's kbasename()

2012-10-31 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko Cc: Grant Likely Cc: Rob Herring --- drivers/of/fdt.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c index 91a375f..0ca0f9e 100644 --- a/drivers/of/fdt.c +++ b/drivers/of/fdt.c @@ -486,14 +486,8