提交 592b8785 编写于 作者: M Mike Frysinger 提交者: Bob Liu

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: NMike Frysinger <vapier@gentoo.org>
Signed-off-by: NBob Liu <lliubbo@gmail.com>
上级 8db08136
......@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册