From: Adrian Bunk Signed-off-by: Adrian Bunk Cc: Alan Cox Signed-off-by: Andrew Morton --- drivers/ata/pata_ali.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/ata/pata_ali.c~testing-patch-for-ali-pata-fixes-hopefully-for-the-problems-with-atapi-dma-fix drivers/ata/pata_ali.c --- a/drivers/ata/pata_ali.c~testing-patch-for-ali-pata-fixes-hopefully-for-the-problems-with-atapi-dma-fix +++ a/drivers/ata/pata_ali.c @@ -288,7 +288,7 @@ static void ali_lock_sectors(struct ata_ * Inherited from caller. */ -void ali_tf_load(struct ata_port *ap, const struct ata_taskfile *tf) +static void ali_tf_load(struct ata_port *ap, const struct ata_taskfile *tf) { struct ata_ioports *ioaddr = &ap->ioaddr; unsigned int is_addr = tf->flags & ATA_TFLAG_ISADDR; _