aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/sh03/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/boards/sh03/setup.c')
-rw-r--r--arch/sh/boards/sh03/setup.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/sh/boards/sh03/setup.c b/arch/sh/boards/sh03/setup.c
index dab742a00c6f..7d31d6aed8a5 100644
--- a/arch/sh/boards/sh03/setup.c
+++ b/arch/sh/boards/sh03/setup.c
@@ -12,11 +12,10 @@
12#include <asm/sh03/io.h> 12#include <asm/sh03/io.h>
13#include <asm/sh03/sh03.h> 13#include <asm/sh03/sh03.h>
14#include <asm/addrspace.h> 14#include <asm/addrspace.h>
15#include "../../drivers/pci/pci-sh7751.h"
16 15
17const char *get_system_type(void) 16const char *get_system_type(void)
18{ 17{
19 return "Interface CTP/PCI-SH03)"; 18 return "Interface (CTP/PCI-SH03)";
20} 19}
21 20
22static void init_sh03_IRQ(void) 21static void init_sh03_IRQ(void)
@@ -39,7 +38,7 @@ static void __iomem *sh03_ioport_map(unsigned long port, unsigned int size)
39 if (((port >= 0x1f0) && (port <= 0x1f7)) || (port == 0x3f6)) 38 if (((port >= 0x1f0) && (port <= 0x1f7)) || (port == 0x3f6))
40 return (void __iomem *)((unsigned long)cf_io_base + port); 39 return (void __iomem *)((unsigned long)cf_io_base + port);
41 40
42 return (void __iomem *)(port + SH7751_PCI_IO_BASE); 41 return (void __iomem *)(port + PCI_IO_BASE);
43} 42}
44 43
45struct sh_machine_vector mv_sh03 __initmv = { 44struct sh_machine_vector mv_sh03 __initmv = {
@@ -51,7 +50,6 @@ struct sh_machine_vector mv_sh03 __initmv = {
51 .mv_heartbeat = heartbeat_sh03, 50 .mv_heartbeat = heartbeat_sh03,
52#endif 51#endif
53}; 52};
54
55ALIAS_MV(sh03) 53ALIAS_MV(sh03)
56 54
57/* arch/sh/boards/sh03/rtc.c */ 55/* arch/sh/boards/sh03/rtc.c */