projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee54505
)
sh: heartbeat: Shut up resource size warning.
author
Paul Mundt
<lethal@linux-sh.org>
Fri, 20 Jul 2007 08:35:42 +0000
(17:35 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Fri, 20 Jul 2007 08:35:42 +0000
(17:35 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/drivers/heartbeat.c
patch
|
blob
|
history
diff --git
a/arch/sh/drivers/heartbeat.c
b/arch/sh/drivers/heartbeat.c
index
23dd608
..
10c1828
100644
(file)
--- a/
arch/sh/drivers/heartbeat.c
+++ b/
arch/sh/drivers/heartbeat.c
@@
-78,7
+78,7
@@
static int heartbeat_drv_probe(struct platform_device *pdev)
hd->bit_pos[i] = i;
}
- hd->base = (void __iomem *)res->start;
+ hd->base = (void __iomem *)
(unsigned long)
res->start;
setup_timer(&hd->timer, heartbeat_timer, (unsigned long)hd);
platform_set_drvdata(pdev, hd);