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:
2f3eca8
)
[ARM] Shut up gcc warning in clps7500 core.c
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Mon, 21 Nov 2005 17:03:15 +0000
(17:03 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 21 Nov 2005 17:03:15 +0000
(17:03 +0000)
core.c:263: warning: initialization makes integer from pointer without a cast
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-clps7500/core.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-clps7500/core.c
b/arch/arm/mach-clps7500/core.c
index 0364ba4b539e075e5ecf893a6a141948fd4fa998..d869af0023f8e906da3312cf6576aa8507a41092 100644
(file)
--- a/
arch/arm/mach-clps7500/core.c
+++ b/
arch/arm/mach-clps7500/core.c
@@
-260,7
+260,7
@@
static void __init clps7500_init_irq(void)
static struct map_desc cl7500_io_desc[] __initdata = {
{ /* IO space */
- .virtual = IO_BASE,
+ .virtual =
(unsigned long)
IO_BASE,
.pfn = __phys_to_pfn(IO_START),
.length = IO_SIZE,
.type = MT_DEVICE