diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-05-20 11:27:13 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-20 11:27:13 +0900 |
commit | 62669e61a5f559826b1d2e863649a6005eee629b (patch) | |
tree | 253b17f2897b7fad5f29e796e1c954500b3ca925 /arch/sh/cchips | |
parent | 639138a991aaf1a3f65cc66700d097edc5f602fe (diff) | |
download | kernel_samsung_espresso10-62669e61a5f559826b1d2e863649a6005eee629b.zip kernel_samsung_espresso10-62669e61a5f559826b1d2e863649a6005eee629b.tar.gz kernel_samsung_espresso10-62669e61a5f559826b1d2e863649a6005eee629b.tar.bz2 |
sh: mach-hp6xx: Fix up the hp6xx build for hd64461 changes.
Fixes several compile errors due to the recent hd64461 I/O base changes.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/cchips')
-rw-r--r-- | arch/sh/cchips/hd6446x/hd64461.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/cchips/hd6446x/hd64461.c b/arch/sh/cchips/hd6446x/hd64461.c index 25ef910..50aa0c1 100644 --- a/arch/sh/cchips/hd6446x/hd64461.c +++ b/arch/sh/cchips/hd6446x/hd64461.c @@ -80,7 +80,7 @@ int __init setup_hd64461(void) printk(KERN_INFO "HD64461 configured at 0x%x on irq %d(mapped into %d to %d)\n", - CONFIG_HD64461_IOBASE, CONFIG_HD64461_IRQ, HD64461_IRQBASE, + HD64461_IOBASE, CONFIG_HD64461_IRQ, HD64461_IRQBASE, HD64461_IRQBASE + 15); /* Should be at processor specific part.. */ |