diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/of_fdt.h | 11 |
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 @@ | |||
| 23 | struct device_node; | 23 | struct device_node; |
| 24 | 24 | ||
| 25 | /* For scanning an arbitrary device-tree at any time */ | 25 | /* For scanning an arbitrary device-tree at any time */ |
| 26 | extern char *of_fdt_get_string(const void *blob, u32 offset); | ||
| 27 | extern void *of_fdt_get_property(const void *blob, | ||
| 28 | unsigned long node, | ||
| 29 | const char *name, | ||
| 30 | int *size); | ||
| 31 | extern bool of_fdt_is_big_endian(const void *blob, | ||
| 32 | unsigned long node); | ||
| 33 | extern int of_fdt_match(const void *blob, unsigned long node, | ||
| 34 | const char *const *compat); | ||
| 35 | extern void *of_fdt_unflatten_tree(const unsigned long *blob, | 26 | extern 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, | |||
| 64 | extern const void *of_get_flat_dt_prop(unsigned long node, const char *name, | 55 | extern const void *of_get_flat_dt_prop(unsigned long node, const char *name, |
| 65 | int *size); | 56 | int *size); |
| 66 | extern int of_flat_dt_is_compatible(unsigned long node, const char *name); | 57 | extern int of_flat_dt_is_compatible(unsigned long node, const char *name); |
| 67 | extern int of_flat_dt_match(unsigned long node, const char *const *matches); | ||
| 68 | extern unsigned long of_get_flat_dt_root(void); | 58 | extern unsigned long of_get_flat_dt_root(void); |
| 69 | extern int of_get_flat_dt_size(void); | ||
| 70 | extern uint32_t of_get_flat_dt_phandle(unsigned long node); | 59 | extern uint32_t of_get_flat_dt_phandle(unsigned long node); |
| 71 | 60 | ||
| 72 | extern int early_init_dt_scan_chosen(unsigned long node, const char *uname, | 61 | extern int early_init_dt_scan_chosen(unsigned long node, const char *uname, |
