Loading drivers/of/fdt.c +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ void of_fdt_limit_memory(int limit) * On match, returns a non-zero value with smaller values returned for more * specific compatible values. */ int of_fdt_is_compatible(const void *blob, static int of_fdt_is_compatible(const void *blob, unsigned long node, const char *compat) { const char *cp; Loading include/linux/of_fdt.h +0 −3 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
drivers/of/fdt.c +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ void of_fdt_limit_memory(int limit) * On match, returns a non-zero value with smaller values returned for more * specific compatible values. */ int of_fdt_is_compatible(const void *blob, static int of_fdt_is_compatible(const void *blob, unsigned long node, const char *compat) { const char *cp; Loading
include/linux/of_fdt.h +0 −3 Original line number Diff line number Diff line Loading @@ -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, Loading