Skip to content

Commit 7555c7d

Browse files
Zhang Zekunawilliam
authored andcommitted
vfio: mdev: Remove unused function declarations
The definition of mdev_bus_register() and mdev_bus_unregister() have been removed since commit 6c7f98b ("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]>
1 parent a7aaa65 commit 7555c7d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/vfio/mdev/mdev_private.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
#ifndef MDEV_PRIVATE_H
1111
#define MDEV_PRIVATE_H
1212

13-
int mdev_bus_register(void);
14-
void mdev_bus_unregister(void);
15-
1613
extern const struct bus_type mdev_bus_type;
1714
extern const struct attribute_group *mdev_device_groups[];
1815

0 commit comments

Comments
 (0)