diff options
-rw-r--r-- | arch/sh/boards/se/7206/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/se/7206/setup.c b/arch/sh/boards/se/7206/setup.c index 499a3e9dbfc2..5b3ee089d91d 100644 --- a/arch/sh/boards/se/7206/setup.c +++ b/arch/sh/boards/se/7206/setup.c | |||
@@ -39,6 +39,7 @@ static unsigned char heartbeat_bit_pos[] = { 8, 9, 10, 11, 12, 13, 14, 15 }; | |||
39 | static struct heartbeat_data heartbeat_data = { | 39 | static struct heartbeat_data heartbeat_data = { |
40 | .bit_pos = heartbeat_bit_pos, | 40 | .bit_pos = heartbeat_bit_pos, |
41 | .nr_bits = ARRAY_SIZE(heartbeat_bit_pos), | 41 | .nr_bits = ARRAY_SIZE(heartbeat_bit_pos), |
42 | .regsize = 32, | ||
42 | }; | 43 | }; |
43 | 44 | ||
44 | static struct resource heartbeat_resources[] = { | 45 | static struct resource heartbeat_resources[] = { |