linux/drivers/xen/xenbus
Dr. David Alan Gilbert 0df1195009 xen: Remove some deadcode (x)
Remove three uncalled functions:

  xenbus_mkdir() was added in 2007 by
commit 4bac07c993 ("xen: add the Xenbus sysfs and virtual device hotplug
driver")
but has remained unused.

  xen_get_runstate_snapshot() last use was removed in 2016 by
commit 6ba286ad84 ("xen: support runqueue steal time on xen")
which replaces the use by the _cpu version.

  xen_resume_notifier_unregister() last use was removed in 2017 by
commit 1914f0cd20 ("xen/acpi: upload PM state from init-domain to Xen")

Remove them.

Signed-off-by: "Dr. David Alan Gilbert" <linux@treblig.org>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Message-ID: <20250713132625.164728-1-linux@treblig.org>
2025-07-14 09:55:52 +02:00
..
Makefile xen/xenbus: Use *-y instead of *-objs in Makefile 2024-05-17 12:14:13 +02:00
xenbus.h xenbus: Use kref to track req lifetime 2025-05-07 16:21:41 +02:00
xenbus_client.c xen/xenbus: fix W=1 build warning in xenbus_va_dev_error function 2025-07-14 09:34:54 +02:00
xenbus_comms.c xenbus: Use kref to track req lifetime 2025-05-07 16:21:41 +02:00
xenbus_dev_backend.c
xenbus_dev_frontend.c xenbus: Use kref to track req lifetime 2025-05-07 16:21:41 +02:00
xenbus_probe.c xenbus: Allow PVH dom0 a non-local xenstore 2025-05-07 16:15:27 +02:00
xenbus_probe_backend.c xenbus/backend: dynamically allocate the xen-backend shrinker 2023-10-04 10:32:23 -07:00
xenbus_probe_frontend.c xenbus: add module description 2025-04-07 08:33:53 +02:00
xenbus_xs.c xen: Remove some deadcode (x) 2025-07-14 09:55:52 +02:00