[PATCH][2.4.23-pre2] fix PPC for wait_hwif_ready() change

From: Mikael Pettersson (mikpe_at_csd.uu.se)
Date: 08/30/03

  • Next message: Andries Brouwer: "Re: PROBLEM: keyboard shift not registered under fast typing or auto-repeat"
    Date:	Sat, 30 Aug 2003 22:03:09 +0200 (MEST)
    To: linux-kernel@vger.kernel.org
    
    

    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/


  • Next message: Andries Brouwer: "Re: PROBLEM: keyboard shift not registered under fast typing or auto-repeat"

    Relevant Pages

    • Re: __put_task_struct unresolved when being used in modules
      ... > task_struct's ref count. ... In general module shouldn't deal with task reference counts. ... send the line "unsubscribe linux-kernel" in ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • Re: Undefined symbols in 2.6.11-rc5-mm1
      ... On Wed, 2005-03-02 at 15:00 +0100, Adrian Bunk wrote: ... > Why doesn't an EXPORT_SYMBOL create a reference? ... send the line "unsubscribe linux-kernel" in ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • Re: kernel error in system call accept() under kernel 2.6.8
      ... > copied on the stack. ... > reference). ... send the line "unsubscribe linux-kernel" in ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • 2.6.0-test1-ac3 and PPC
      ... I try to build 2.6.0-test1-ac3 on PPC ... in .config I have: ... send the line "unsubscribe linux-kernel" in ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • Re: Platform device matching
      ... >> name which would be inherently buggy, we reference it directly from the ... send the line "unsubscribe linux-kernel" in ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)