aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/platforms/hdpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/platforms/hdpu.c')
-rw-r--r--arch/ppc/platforms/hdpu.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/arch/ppc/platforms/hdpu.c b/arch/ppc/platforms/hdpu.c
index 0f07e963de3..50039a204c2 100644
--- a/arch/ppc/platforms/hdpu.c
+++ b/arch/ppc/platforms/hdpu.c
@@ -610,11 +610,6 @@ static void parse_bootinfo(unsigned long r3,
610} 610}
611 611
612#if defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE) 612#if defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE)
613static int hdpu_ide_check_region(ide_ioreg_t from, unsigned int extent)
614{
615 return check_region(from, extent);
616}
617
618static void 613static void
619hdpu_ide_request_region(ide_ioreg_t from, unsigned int extent, const char *name) 614hdpu_ide_request_region(ide_ioreg_t from, unsigned int extent, const char *name)
620{ 615{
@@ -754,7 +749,7 @@ static int smp_hdpu_probe(void)
754} 749}
755 750
756static void 751static void
757smp_hdpu_message_pass(int target, int msg, unsigned long data, int wait) 752smp_hdpu_message_pass(int target, int msg)
758{ 753{
759 if (msg > 0x3) { 754 if (msg > 0x3) {
760 printk("SMP %d: smp_message_pass: unknown msg %d\n", 755 printk("SMP %d: smp_message_pass: unknown msg %d\n",
@@ -950,7 +945,7 @@ platform_init(unsigned long r3, unsigned long r4, unsigned long r5,
950#endif /* CONFIG_SERIAL_TEXT_DEBUG */ 945#endif /* CONFIG_SERIAL_TEXT_DEBUG */
951 946
952#ifdef CONFIG_SMP 947#ifdef CONFIG_SMP
953 ppc_md.smp_ops = &hdpu_smp_ops; 948 smp_ops = &hdpu_smp_ops;
954#endif /* CONFIG_SMP */ 949#endif /* CONFIG_SMP */
955 950
956#if defined(CONFIG_SERIAL_MPSC) || defined(CONFIG_MV643XX_ETH) 951#if defined(CONFIG_SERIAL_MPSC) || defined(CONFIG_MV643XX_ETH)