]> Git Repo - linux.git/commitdiff
vfio: mdev: Remove unused function declarations
authorZhang Zekun <[email protected]>
Mon, 12 Aug 2024 12:08:23 +0000 (20:08 +0800)
committerAlex Williamson <[email protected]>
Tue, 3 Sep 2024 14:42:07 +0000 (08:42 -0600)
The definition of mdev_bus_register() and mdev_bus_unregister() have been
removed since commit 6c7f98b334a3 ("vfio/mdev: Remove vfio_mdev.c"). So,
let's remove the unused declarations.

Signed-off-by: Zhang Zekun <[email protected]>
Reviewed-by: Jason Gunthorpe <[email protected]>
Reviewed-by: Kevin Tian <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alex Williamson <[email protected]>
drivers/vfio/mdev/mdev_private.h

index 63a1316b08b72aef8b790a0901a0db5ca3f1cd75..5f61acd0fe42b93b78cfd816be9e5857635ba16f 100644 (file)
@@ -10,9 +10,6 @@
 #ifndef MDEV_PRIVATE_H
 #define MDEV_PRIVATE_H
 
-int  mdev_bus_register(void);
-void mdev_bus_unregister(void);
-
 extern const struct bus_type mdev_bus_type;
 extern const struct attribute_group *mdev_device_groups[];
 
This page took 0.053558 seconds and 4 git commands to generate.