aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/of_fdt.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/of_fdt.h b/include/linux/of_fdt.h
index a713e5d156d8..acf820e88952 100644
--- a/include/linux/of_fdt.h
+++ b/include/linux/of_fdt.h
@@ -23,15 +23,6 @@
23struct device_node; 23struct device_node;
24 24
25/* For scanning an arbitrary device-tree at any time */ 25/* For scanning an arbitrary device-tree at any time */
26extern char *of_fdt_get_string(const void *blob, u32 offset);
27extern void *of_fdt_get_property(const void *blob,
28 unsigned long node,
29 const char *name,
30 int *size);
31extern bool of_fdt_is_big_endian(const void *blob,
32 unsigned long node);
33extern int of_fdt_match(const void *blob, unsigned long node,
34 const char *const *compat);
35extern void *of_fdt_unflatten_tree(const unsigned long *blob, 26extern void *of_fdt_unflatten_tree(const unsigned long *blob,
36 struct device_node *dad, 27 struct device_node *dad,
37 struct device_node **mynodes); 28 struct device_node **mynodes);
@@ -64,9 +55,7 @@ extern int of_get_flat_dt_subnode_by_name(unsigned long node,
64extern const void *of_get_flat_dt_prop(unsigned long node, const char *name, 55extern const void *of_get_flat_dt_prop(unsigned long node, const char *name,
65 int *size); 56 int *size);
66extern int of_flat_dt_is_compatible(unsigned long node, const char *name); 57extern int of_flat_dt_is_compatible(unsigned long node, const char *name);
67extern int of_flat_dt_match(unsigned long node, const char *const *matches);
68extern unsigned long of_get_flat_dt_root(void); 58extern unsigned long of_get_flat_dt_root(void);
69extern int of_get_flat_dt_size(void);
70extern uint32_t of_get_flat_dt_phandle(unsigned long node); 59extern uint32_t of_get_flat_dt_phandle(unsigned long node);
71 60
72extern int early_init_dt_scan_chosen(unsigned long node, const char *uname, 61extern int early_init_dt_scan_chosen(unsigned long node, const char *uname,