提交 d1af119a 编写于 作者: P Paul Mundt

sh: Fix up build warning for SH7785LCR proto board.

This fixes up a build warning introduced by the proto board resource
changes.
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 5010c4f7
......@@ -285,7 +285,7 @@ static int __init sh7785lcr_devices_setup(void)
ARRAY_SIZE(sh7785lcr_i2c_devices));
if (mach_is_sh7785lcr_pt()) {
i2c_device.resource = &i2c_proto_resources;
i2c_device.resource = i2c_proto_resources;
i2c_device.num_resources = ARRAY_SIZE(i2c_proto_resources);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册