mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 06:21:31 +00:00
of/flattree: merge dt_mem_next_cell
Merge common code between PowerPC and Microblaze Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Tested-by: Wolfram Sang <w.sang@pengutronix.de>
This commit is contained in:
parent
f00abd9491
commit
83f7a06eb4
4 changed files with 9 additions and 16 deletions
|
@ -72,6 +72,7 @@ extern void *of_get_flat_dt_prop(unsigned long node, const char *name,
|
|||
extern int of_flat_dt_is_compatible(unsigned long node, const char *name);
|
||||
extern unsigned long of_get_flat_dt_root(void);
|
||||
extern void early_init_dt_check_for_initrd(unsigned long node);
|
||||
extern u64 dt_mem_next_cell(int s, u32 **cellp);
|
||||
|
||||
/* Early flat tree scan hooks */
|
||||
extern int early_init_dt_scan_root(unsigned long node, const char *uname,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue