ata: pata_amd: Fix incorrectly named function in the header
authorLee Jones <lee.jones@linaro.org>
Mon, 1 Feb 2021 14:39:32 +0000 (14:39 +0000)
committerJens Axboe <axboe@kernel.dk>
Fri, 12 Mar 2021 14:28:30 +0000 (07:28 -0700)
commitf18e1faa09f034021fb17f70faaee7e8df4beb5f
tree730dbc30281a9137c829e7264ffaef3b972a2d17
parent764e3bc4e95b5353da039da382968580124253ec
ata: pata_amd: Fix incorrectly named function in the header

Fixes the following W=1 kernel build warning(s):

 drivers/ata/pata_amd.c:331: warning: expecting prototype for nv_probe_init(). Prototype was for nv_pre_reset() instead

Cc: Jens Axboe <axboe@kernel.dk>
Cc: linux-ide@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/ata/pata_amd.c