Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

ARC: fix build warning in devtree

parent 230a15f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ const struct machine_desc * __init setup_machine_fdt(void *dt)
{
	const struct machine_desc *mdesc;
	unsigned long dt_root;
	void *clk;
	const void *clk;
	int len;

	if (!early_init_dt_scan(dt))