lkml.org 
[lkml]   [2003]   [Aug]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH][2.4.23-pre2] fix PPC for wait_hwif_ready() change
2.4.23-pre2 doesn't link on PPC because of an unresolved
reference to wait_hwif_ready(). This function changed name
in -pre2 but one PPC-specific use of it wasn't updated.
Fixed by the patch below.

/Mikael

--- linux-2.4.23-pre2/drivers/ide/ide-probe.c.~1~ 2003-08-30 20:25:39.000000000 +0200
+++ linux-2.4.23-pre2/drivers/ide/ide-probe.c 2003-08-30 21:47:26.000000000 +0200
@@ -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.030 / U:0.296 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site