aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/i2c.h')
-rw-r--r--include/linux/i2c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/i2c.h b/include/linux/i2c.h
index 8dcccc0f4822..6802c3a0a3a3 100644
--- a/include/linux/i2c.h
+++ b/include/linux/i2c.h
@@ -130,6 +130,7 @@ struct i2c_driver {
130 * it's done by infrastructure. (NEW STYLE DRIVERS ONLY) 130 * it's done by infrastructure. (NEW STYLE DRIVERS ONLY)
131 */ 131 */
132 int (*probe)(struct i2c_client *); 132 int (*probe)(struct i2c_client *);
133 int (*remove)(struct i2c_client *);
133 134
134 /* driver model interfaces that don't relate to enumeration */ 135 /* driver model interfaces that don't relate to enumeration */
135 void (*shutdown)(struct i2c_client *); 136 void (*shutdown)(struct i2c_client *);