diff options
Diffstat (limited to 'arch/sh/boards/board-sh7785lcr.c')
-rw-r--r-- | arch/sh/boards/board-sh7785lcr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/board-sh7785lcr.c b/arch/sh/boards/board-sh7785lcr.c index 726427c3522b..e5a8a2fde39c 100644 --- a/arch/sh/boards/board-sh7785lcr.c +++ b/arch/sh/boards/board-sh7785lcr.c | |||
@@ -285,7 +285,7 @@ static int __init sh7785lcr_devices_setup(void) | |||
285 | ARRAY_SIZE(sh7785lcr_i2c_devices)); | 285 | ARRAY_SIZE(sh7785lcr_i2c_devices)); |
286 | 286 | ||
287 | if (mach_is_sh7785lcr_pt()) { | 287 | if (mach_is_sh7785lcr_pt()) { |
288 | i2c_device.resource = &i2c_proto_resources; | 288 | i2c_device.resource = i2c_proto_resources; |
289 | i2c_device.num_resources = ARRAY_SIZE(i2c_proto_resources); | 289 | i2c_device.num_resources = ARRAY_SIZE(i2c_proto_resources); |
290 | } | 290 | } |
291 | 291 | ||