diff options
Diffstat (limited to 'v4l/i2c-compat.h')
-rw-r--r-- | v4l/i2c-compat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/v4l/i2c-compat.h b/v4l/i2c-compat.h index 4f8fbd022..39fa183fa 100644 --- a/v4l/i2c-compat.h +++ b/v4l/i2c-compat.h @@ -1,5 +1,5 @@ /* - * $Id: i2c-compat.h,v 1.2 2005/06/12 04:19:19 mchehab Exp $ + * $Id: i2c-compat.h,v 1.3 2005/10/16 12:13:58 mchehab Exp $ * * some i2c layer compatibility stuff -- to avoid cluttering up the * i2c modules with tons of #ifdefs @@ -19,7 +19,7 @@ static inline void i2c_set_adapdata(struct i2c_adapter *dev, void *data) static inline void *i2c_get_clientdata(struct i2c_client *dev) { - return dev->data; + return dev->data; } static inline void i2c_set_clientdata(struct i2c_client *dev, void *data) |