]> git.samba.org - sfrench/cifs-2.6.git/blobdiff - include/linux/of_fdt.h
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
[sfrench/cifs-2.6.git] / include / linux / of_fdt.h
index fd627a58068f3473a58240064efd7ed7171ebfad..df9ef380181285a5b196b18a925942346c836d63 100644 (file)
@@ -37,7 +37,7 @@ extern bool of_fdt_is_big_endian(const void *blob,
                                 unsigned long node);
 extern int of_fdt_match(const void *blob, unsigned long node,
                        const char *const *compat);
-extern void of_fdt_unflatten_tree(unsigned long *blob,
+extern void of_fdt_unflatten_tree(const unsigned long *blob,
                               struct device_node **mynodes);
 
 /* TBD: Temporary export of fdt globals - remove when code fully merged */