aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/libata.h
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2023-05-12 22:46:46 +0200
committerDamien Le Moal <dlemoal@kernel.org>2023-05-15 06:49:39 +0900
commita7eb54d44045d424624d3ac7d02feb8ef96744ec (patch)
treeed5af92dcf8540e6a6ffd097180f0817ad99831f /include/linux/libata.h
parentLinux 6.4-rc2 (diff)
downloadwireguard-linux-a7eb54d44045d424624d3ac7d02feb8ef96744ec.tar.xz
wireguard-linux-a7eb54d44045d424624d3ac7d02feb8ef96744ec.zip
ata: libata: Make ata_platform_remove_one return void
The function returned zero unconditionally, so the function returning an int is something between useless and irritating. With the goal to make platform drivers' remove function return void, it's helpful to convert the function accordingly. This converts several drivers to the new .remove_new callback that was introduced to smoothen the platform driver conversion. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Acked-by: Serge Semin <fancer.lancer@gmail.com> Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru> Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r--include/linux/libata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 311cd93377c7..01f9fbb69f89 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -1276,7 +1276,7 @@ extern int ata_pci_device_resume(struct pci_dev *pdev);
struct platform_device;
-extern int ata_platform_remove_one(struct platform_device *pdev);
+extern void ata_platform_remove_one(struct platform_device *pdev);
/*
* ACPI - drivers/ata/libata-acpi.c