diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2009-11-24 03:37:56 -0700 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2009-12-10 15:23:15 -0700 |
commit | 83f7a06eb479e2aeb83536e77a2cb14cc2285e32 (patch) | |
tree | 3f81f85739eaa781ee17213e5d2be086fb419ff3 /include | |
parent | f00abd94918c9780f9d2d961fc0e419c11457922 (diff) | |
download | linux-3.10-83f7a06eb479e2aeb83536e77a2cb14cc2285e32.tar.gz linux-3.10-83f7a06eb479e2aeb83536e77a2cb14cc2285e32.tar.bz2 linux-3.10-83f7a06eb479e2aeb83536e77a2cb14cc2285e32.zip |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/of_fdt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/of_fdt.h b/include/linux/of_fdt.h index 828c3cdaea7..d1a37e56031 100644 --- a/include/linux/of_fdt.h +++ b/include/linux/of_fdt.h @@ -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, |