dect
/
linux-2.6
Archived
13
0
Fork 0

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: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt 2009-09-01 22:38:27 +09:00
parent 5010c4f7e6
commit d1af119a69
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}