diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c index 1edb35f..92dd86e 100644 --- a/drivers/of/fdt.c +++ b/drivers/of/fdt.c @@ -117,7 +117,7 @@ * Parse a flat device tree binary blob and return a pointer to the * unflattened tree. */ -struct device_node *__of_unflatten_dtb(const void *infdt, bool constprops) +static struct device_node *__of_unflatten_dtb(const void *infdt, bool constprops) { const void *nodep; /* property node pointer */ uint32_t tag; /* tag */