Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeu...
[linux-2.6-microblaze.git] / include / linux / siox.h
index da7225b..6bfbda3 100644 (file)
@@ -36,7 +36,7 @@ bool siox_device_connected(struct siox_device *sdevice);
 
 struct siox_driver {
        int (*probe)(struct siox_device *sdevice);
-       int (*remove)(struct siox_device *sdevice);
+       void (*remove)(struct siox_device *sdevice);
        void (*shutdown)(struct siox_device *sdevice);
 
        /*