Re: [PATCH 3/6] fastboot: make the libata port scan asynchronous

From: Bert Wesarg
Date: Wed Jan 07 2009 - 04:13:23 EST


Hi,

On Tue, Jan 6, 2009 at 05:12, Arjan van de Ven <arjan@xxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/