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

Commit 592b8785 authored by Mike Frysinger's avatar Mike Frysinger Committed by Bob Liu
Browse files

Blackfin: fix unused clk var warning



This is only used on BF60x code (so this patch should get squashed into
the original one that added it).

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
Signed-off-by: default avatarBob Liu <lliubbo@gmail.com>
parent 8db08136
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -892,7 +892,9 @@ void __init setup_arch(char **cmdline_p)
{
	u32 mmr;
	unsigned long sclk, cclk;
#ifdef CONFIG_BF60x
	struct clk *clk;
#endif

	native_machine_early_platform_add_devices();