diff options
| author | 2007-12-19 04:25:10 -0500 | |
|---|---|---|
| committer | 2008-01-23 05:24:15 -0500 | |
| commit | 442eacc362c2576aac8ebfd41b99252e28e0f49c (patch) | |
| tree | 4a40c47cb1c9d87830a04027323a26fe99541927 /include/linux/libata.h | |
| parent | pata_pcmcia: Minor cleanups and support for dual channel cards (diff) | |
| download | linux-dev-442eacc362c2576aac8ebfd41b99252e28e0f49c.tar.xz linux-dev-442eacc362c2576aac8ebfd41b99252e28e0f49c.zip | |
libata: make ata_port_queue_task() an internal function
ata_port_queue_task() served a single user: ata_pio_task()
Rename to ata_pio_queue_task() and un-export it, as nobody outside of
libata-core.c uses it.
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'include/linux/libata.h')
| -rw-r--r-- | include/linux/libata.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 7b7c78e42077..ccb055636f37 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -847,8 +847,6 @@ extern int ata_busy_sleep(struct ata_port *ap, unsigned long timeout_pat, unsigned long timeout); extern void ata_wait_after_reset(struct ata_port *ap, unsigned long deadline); extern int ata_wait_ready(struct ata_port *ap, unsigned long deadline); -extern void ata_port_queue_task(struct ata_port *ap, work_func_t fn, - void *data, unsigned long delay); extern u32 ata_wait_register(void __iomem *reg, u32 mask, u32 val, unsigned long interval_msec, unsigned long timeout_msec); |
