lkml.org 
[lkml]   [2003]   [Sep]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Fix IDE compile on PPC in 2.4.23-pre4
Marcelo & Bart,

Currently, the IDE code in 2.4.23-pre4 does not compile on PPC because
of a missed symbol name change in drivers/ide/ide-probe.c. This
instance got missed because it is in a #ifdef CONFIG_PPC section.

The patch below fixes it. Please apply.

Thanks,
Paul.

diff -urN linux-2.4/drivers/ide/ide-probe.c linuxppc-2.4/drivers/ide/ide-probe.c
--- linux-2.4/drivers/ide/ide-probe.c 2003-08-31 08:17:05.000000000 +1000
+++ linuxppc-2.4/drivers/ide/ide-probe.c 2003-09-12 09:52:09.000000000 +1000
@@ -879,7 +879,7 @@
*
* BenH.
*/
- if (wait_hwif_ready(hwif))
+ if (ide_wait_hwif_ready(hwif))
printk(KERN_WARNING "%s: Wait for ready failed before probe !\n", hwif->name);
#endif /* CONFIG_PPC */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:48    [W:0.017 / U:0.300 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site