Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[linux-block.git] / drivers / s390 / crypto / vfio_ap_drv.c
index a48c6938ae68f256744ceecce22852c8bb586e57..a5ab03e42ff1ccf08428c851abdd552e30bcf57f 100644 (file)
@@ -60,14 +60,8 @@ static void vfio_ap_matrix_dev_release(struct device *dev)
        kfree(matrix_dev);
 }
 
-static int matrix_bus_match(struct device *dev, struct device_driver *drv)
-{
-       return 1;
-}
-
 static struct bus_type matrix_bus = {
        .name = "matrix",
-       .match = &matrix_bus_match,
 };
 
 static struct device_driver matrix_driver = {