[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <36ca99e90901070112q6ecbb6ev5b8eafb58361674d@mail.gmail.com>
Date: Wed, 7 Jan 2009 10:12:52 +0100
From: "Bert Wesarg" <bert.wesarg@...glemail.com>
To: "Arjan van de Ven" <arjan@...radead.org>
Cc: linux-kernel@...r.kernel.org, torvalds@...ux-foundation.org,
mingo@...e.hu, akpm@...ux-foundation.org,
linux-ide@...r.kernel.org, linux-scsi@...r.kernel.org,
linux-acpi@...r.kernel.org
Subject: Re: [PATCH 3/6] fastboot: make the libata port scan asynchronous
Hi,
On Tue, Jan 6, 2009 at 05:12, Arjan van de Ven <arjan@...radead.org> wrote:
> diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
> index fecca42..fe2c208 100644
> --- a/drivers/ata/libata-core.c
> +++ b/drivers/ata/libata-core.c
> @@ -56,6 +56,7 @@
> #include <linux/workqueue.h>
> #include <linux/scatterlist.h>
> #include <linux/io.h>
> +#include <linux/async.h>
> #include <scsi/scsi.h>
> #include <scsi/scsi_cmnd.h>
> #include <scsi/scsi_host.h>
> @@ -5909,6 +5910,48 @@ void ata_host_init(struct ata_host *host, struct device *dev,
> host->ops = ops;
> }
>
> +
> +void async_port_probe(void *data, async_cookie_t cookie)
static?
Bert
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists