Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[deliverable/linux.git] / include / linux / i2c-mux.h
index 40cb05a97b4602d802bd222a3f207c99fab7b564..b5f9a007a3abdd9216aa02bcd06479ffae20bd4b 100644 (file)
@@ -42,7 +42,7 @@ struct i2c_adapter *i2c_add_mux_adapter(struct i2c_adapter *parent,
                                int (*deselect) (struct i2c_adapter *,
                                                 void *mux_dev, u32 chan_id));
 
-int i2c_del_mux_adapter(struct i2c_adapter *adap);
+void i2c_del_mux_adapter(struct i2c_adapter *adap);
 
 #endif /* __KERNEL__ */
 
This page took 0.031465 seconds and 5 git commands to generate.