On Sat, 2007-05-19 at 12:29 +0200, Tejun Heo wrote:
> Recent mmio change broke compilation if PM is turned on. Fix it.
>
> Signed-off-by: Tejun Heo <[EMAIL PROTECTED]>
> Cc: Benjamin Herrenschmidt <[EMAIL PROTECTED]>
Oops.. sorry about that.
Cheers,
Ben.
> ---
> pata_sil680.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/ata/pata_sil680.c b/drivers/ata/pata_sil680.c
> index 557a37b..89f59d1 100644
> --- a/drivers/ata/pata_sil680.c
> +++ b/drivers/ata/pata_sil680.c
> @@ -431,7 +431,9 @@ use_ioports:
> #ifdef CONFIG_PM
> static int sil680_reinit_one(struct pci_dev *pdev)
> {
> - sil680_init_chip(pdev);
> + int try_mmio;
> +
> + sil680_init_chip(pdev, &try_mmio);
> return ata_pci_device_resume(pdev);
> }
> #endif
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html