|
@@ -725,7 +725,7 @@ struct reg_cell {
|
|
unsigned int r1;
|
|
unsigned int r1;
|
|
};
|
|
};
|
|
|
|
|
|
-int fdt_del_subnodes(const void *blob, int parent_offset)
|
|
|
|
|
|
+static int fdt_del_subnodes(const void *blob, int parent_offset)
|
|
{
|
|
{
|
|
int off, ndepth;
|
|
int off, ndepth;
|
|
int ret;
|
|
int ret;
|
|
@@ -750,7 +750,7 @@ int fdt_del_subnodes(const void *blob, int parent_offset)
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
-int fdt_del_partitions(void *blob, int parent_offset)
|
|
|
|
|
|
+static int fdt_del_partitions(void *blob, int parent_offset)
|
|
{
|
|
{
|
|
const void *prop;
|
|
const void *prop;
|
|
int ndepth = 0;
|
|
int ndepth = 0;
|