aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/siox.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/siox.h')
-rw-r--r--include/linux/siox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/siox.h b/include/linux/siox.h
index da7225bf1877..6bfbda3f634c 100644
--- a/include/linux/siox.h
+++ b/include/linux/siox.h
@@ -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);
/*