aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/of_fdt.h
diff options
context:
space:
mode:
authorFrank Rowand <frank.rowand@sony.com>2017-06-20 16:38:28 -0700
committerRob Herring <robh@kernel.org>2017-06-22 11:14:48 -0500
commit92af08990cc49408119ca2549dfe9e37235864d8 (patch)
tree5f76c72112a503485481c5b87f1839e36f5a96ad /include/linux/of_fdt.h
parentdt-bindings: display-timing.txt convert non-ascii characters to ascii (diff)
downloadlinux-dev-92af08990cc49408119ca2549dfe9e37235864d8.tar.xz
linux-dev-92af08990cc49408119ca2549dfe9e37235864d8.zip
of: make of_fdt_is_compatible() static
The callers of of_fdt_is_compatible() are all in fdt.c so make it static. Signed-off-by: Frank Rowand <frank.rowand@sony.com> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to '')
-rw-r--r--include/linux/of_fdt.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/of_fdt.h b/include/linux/of_fdt.h
index 1dfbfd0d8040..013c5418aeec 100644
--- a/include/linux/of_fdt.h
+++ b/include/linux/of_fdt.h
@@ -31,9 +31,6 @@ extern void *of_fdt_get_property(const void *blob,
unsigned long node,
const char *name,
int *size);
-extern int of_fdt_is_compatible(const void *blob,
- unsigned long node,
- const char *compat);
extern bool of_fdt_is_big_endian(const void *blob,
unsigned long node);
extern int of_fdt_match(const void *blob, unsigned long node,