| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | | - * pata_ns87415.c - NS87415 (non PARISC) PATA |
|---|
| 3 | + * pata_ns87415.c - NS87415 (and PARISC SUPERIO 87560) PATA |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * (C) 2005 Red Hat <alan@lxorguk.ukuu.org.uk> |
|---|
| 5 | 6 | * |
|---|
| .. | .. |
|---|
| 15 | 16 | * systems. This has its own special mountain of errata. |
|---|
| 16 | 17 | * |
|---|
| 17 | 18 | * TODO: |
|---|
| 18 | | - * Test PARISC SuperIO |
|---|
| 19 | 19 | * Get someone to test on SPARC |
|---|
| 20 | 20 | * Implement lazy pio/dma switching for better performance |
|---|
| 21 | 21 | * 8bit shared timing. |
|---|
| .. | .. |
|---|
| 260 | 260 | * LOCKING: |
|---|
| 261 | 261 | * Inherited from caller. |
|---|
| 262 | 262 | */ |
|---|
| 263 | | -void ns87560_tf_read(struct ata_port *ap, struct ata_taskfile *tf) |
|---|
| 263 | +static void ns87560_tf_read(struct ata_port *ap, struct ata_taskfile *tf) |
|---|
| 264 | 264 | { |
|---|
| 265 | 265 | struct ata_ioports *ioaddr = &ap->ioaddr; |
|---|
| 266 | 266 | |
|---|