[PATCH v2 5/5] kvx: lib: dtb: Remove unused variable
Jules Maselbas
jmaselbas at kalray.eu
Fri Mar 5 18:33:27 GMT 2021
Local variables `root` and `ret` are not used anymore, remove them.
Signed-off-by: Jules Maselbas <jmaselbas at kalray.eu>
---
changes v1 -> v2: nothing
---
arch/kvx/lib/dtb.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/kvx/lib/dtb.c b/arch/kvx/lib/dtb.c
index 54ffddaf0..09898017c 100644
--- a/arch/kvx/lib/dtb.c
+++ b/arch/kvx/lib/dtb.c
@@ -9,9 +9,6 @@
static int of_kvx_init(void)
{
- int ret;
- struct device_node *root;
-
barebox_register_fdt(boot_dtb);
return 0;
--
2.17.1
More information about the barebox
mailing list