Commit 760ecbc7 authored by Vineet Gupta's avatar Vineet Gupta

ARC: fix build warning in devtree

Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent 230a15f1
...@@ -41,7 +41,7 @@ const struct machine_desc * __init setup_machine_fdt(void *dt) ...@@ -41,7 +41,7 @@ const struct machine_desc * __init setup_machine_fdt(void *dt)
{ {
const struct machine_desc *mdesc; const struct machine_desc *mdesc;
unsigned long dt_root; unsigned long dt_root;
void *clk; const void *clk;
int len; int len;
if (!early_init_dt_scan(dt)) if (!early_init_dt_scan(dt))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment