Commit 7555c7d2 authored by Zhang Zekun's avatar Zhang Zekun Committed by Alex Williamson

vfio: mdev: Remove unused function declarations

The definition of mdev_bus_register() and mdev_bus_unregister() have been
removed since commit 6c7f98b3 ("vfio/mdev: Remove vfio_mdev.c"). So,
let's remove the unused declarations.
Signed-off-by: default avatarZhang Zekun <zhangzekun11@huawei.com>
Reviewed-by: default avatarJason Gunthorpe <jgg@nvidia.com>
Reviewed-by: default avatarKevin Tian <kevin.tian@intel.com>
Link: https://lore.kernel.org/r/20240812120823.10968-1-zhangzekun11@huawei.comSigned-off-by: default avatarAlex Williamson <alex.williamson@redhat.com>
parent a7aaa65f
...@@ -10,9 +10,6 @@ ...@@ -10,9 +10,6 @@
#ifndef MDEV_PRIVATE_H #ifndef MDEV_PRIVATE_H
#define 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 bus_type mdev_bus_type;
extern const struct attribute_group *mdev_device_groups[]; extern const struct attribute_group *mdev_device_groups[];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment