projects
/
openwrt
/
staging
/
blogic.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 23dd6080422f155cdb422b7f373e2964eedf41d6..10c1828c9ff51b5fbd3cf5d104153ef77fb40afd 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);