Re: [PATCH] of: make of_fdt_is_compatible() static

2017-06-22 Thread Rob Herring
On Tue, Jun 20, 2017 at 04:38:28PM -0700, frowand.l...@gmail.com wrote: > From: Frank Rowand > > The callers of of_fdt_is_compatible() are all in fdt.c so > make it static. > > Signed-off-by: Frank Rowand > --- > drivers/of/fdt.c | 2 +- > include/linux/of_fdt.h | 3 --- > 2 files change

[PATCH] of: make of_fdt_is_compatible() static

2017-06-20 Thread frowand . list
From: Frank Rowand The callers of of_fdt_is_compatible() are all in fdt.c so make it static. Signed-off-by: Frank Rowand --- drivers/of/fdt.c | 2 +- include/linux/of_fdt.h | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c index 30