From d9da40255ba0243812da45e751aa25b34ea16b05 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Fri, 29 May 2015 11:19:16 +0200 Subject: of_unflatten_dtb: remove wrongly documented parameter --- src/fdt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fdt.c b/src/fdt.c index 144e4da..5d0831c 100644 --- a/src/fdt.c +++ b/src/fdt.c @@ -58,7 +58,6 @@ static inline char *dt_string(struct fdt_header *f, char *strstart, uint32_t ofs /** * of_unflatten_dtb - unflatten a dtb binary blob - * @root - node in which the fdt blob should be merged into or NULL * @infdt - the fdt blob to unflatten * * Parse a flat device tree binary blob and return a pointer to the -- cgit v1.2.3