From e16cd840202c6f501cab621aebab5da4cef8bd45 Mon Sep 17 00:00:00 2001 From: Du Huanpeng Date: Thu, 22 Oct 2020 09:56:16 +0800 Subject: MIPS: dtb: remove unused variable ``root'' the ``root'' is not used and cause a warning. Signed-off-by: Du Huanpeng Signed-off-by: Sascha Hauer --- arch/mips/boot/dtb.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/mips') diff --git a/arch/mips/boot/dtb.c b/arch/mips/boot/dtb.c index 2aff4adbe7..6fce4700cc 100644 --- a/arch/mips/boot/dtb.c +++ b/arch/mips/boot/dtb.c @@ -35,7 +35,6 @@ extern char __dtb_start[]; static int of_mips_init(void) { - struct device_node *root; void *fdt; fdt = glob_fdt; -- cgit v1.2.3