diff options
Diffstat (limited to 'arch/alpha/boot/main.c')
-rw-r--r-- | arch/alpha/boot/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/boot/main.c b/arch/alpha/boot/main.c index 90ed55b662a8..89f3be071ae5 100644 --- a/arch/alpha/boot/main.c +++ b/arch/alpha/boot/main.c | |||
@@ -132,7 +132,7 @@ static inline long load(long dev, unsigned long addr, unsigned long count) | |||
132 | if (result) | 132 | if (result) |
133 | srm_printk("Boot file specification (%s) not implemented\n", | 133 | srm_printk("Boot file specification (%s) not implemented\n", |
134 | bootfile); | 134 | bootfile); |
135 | return callback_read(dev, count, addr, boot_size/512 + 1); | 135 | return callback_read(dev, count, (void *)addr, boot_size/512 + 1); |
136 | } | 136 | } |
137 | 137 | ||
138 | /* | 138 | /* |