Merge tag 'for-5.12/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / drivers / dax / bus.h
index 72b92f9..1e946ad 100644 (file)
@@ -39,7 +39,7 @@ struct dax_device_driver {
        struct list_head ids;
        int match_always;
        int (*probe)(struct dev_dax *dev);
-       int (*remove)(struct dev_dax *dev);
+       void (*remove)(struct dev_dax *dev);
 };
 
 int __dax_driver_register(struct dax_device_driver *dax_drv,