Skip to content

Commit

Permalink
sh: Fix up build warning for SH7785LCR proto board.
Browse files Browse the repository at this point in the history
This fixes up a build warning introduced by the proto board resource
changes.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Sep 1, 2009
1 parent 5010c4f commit d1af119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/boards/board-sh7785lcr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit d1af119

Please sign in to comment.