diff options
author | Arnd Bergmann | 2023-07-26 22:33:22 +0200 |
---|---|---|
committer | Greg Kroah-Hartman | 2023-08-03 10:24:07 +0200 |
commit | 9d0a4a7777cc6e5c837a9e81b264961c36c611c8 (patch) | |
tree | a9169fed64748805079ffde4e874e5a8a6a4cf99 /drivers/xen/gntdev-common.h | |
parent | 84415f934ad4e96f3507fd09b831953d60fb04ec (diff) |
ata: pata_ns87415: mark ns87560_tf_read static
[ Upstream commit 3fc2febb0f8ffae354820c1772ec008733237cfa ]
The global function triggers a warning because of the missing prototype
drivers/ata/pata_ns87415.c:263:6: warning: no previous prototype for 'ns87560_tf_read' [-Wmissing-prototypes]
263 | void ns87560_tf_read(struct ata_port *ap, struct ata_taskfile *tf)
There are no other references to this, so just make it static.
Fixes: c4b5b7b6c4423 ("pata_ns87415: Initial cut at 87415/87560 IDE support")
Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Reviewed-by: Serge Semin <fancer.lancer@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/xen/gntdev-common.h')
0 files changed, 0 insertions, 0 deletions