diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-01-19 20:10:33 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-01-19 20:10:33 +0900 |
commit | 14965f16b4bb8f3e51b09c1d8f61b8e98f9d12db (patch) | |
tree | d1cfd438d901d0927f5beb5247aee1342ea32a8b /arch/sh/boards/mach-sdk7780 | |
parent | dea3cf1c3935047a5b0d21b21d26718e09135f97 (diff) | |
download | blackbird-obmc-linux-14965f16b4bb8f3e51b09c1d8f61b8e98f9d12db.tar.gz blackbird-obmc-linux-14965f16b4bb8f3e51b09c1d8f61b8e98f9d12db.zip |
sh: Fix up sdk7780 and urquell builds.
These two got broken in the heartbeat private data conversion,
fix them up.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-sdk7780')
-rw-r--r-- | arch/sh/boards/mach-sdk7780/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-sdk7780/setup.c b/arch/sh/boards/mach-sdk7780/setup.c index 1d04657e992d..b887373a2599 100644 --- a/arch/sh/boards/mach-sdk7780/setup.c +++ b/arch/sh/boards/mach-sdk7780/setup.c @@ -30,7 +30,7 @@ static struct resource heartbeat_resource = { static struct platform_device heartbeat_device = { .name = "heartbeat", .id = -1, - .num_resources = 1 + .num_resources = 1, .resource = &heartbeat_resource, }; |