]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - Documentation/i2c/writing-clients
oom: move prototypes to appropriate header file
[linux-2.6-omap-h63xx.git] / Documentation / i2c / writing-clients
index 3d8d36b0ad1262f0a8b4c0fc2fbce21faf07d318..2c170032bf37432790be70fe2e362ba4146c42b1 100644 (file)
@@ -571,7 +571,7 @@ SMBus communication
                                         u8 command, u8 length,
                                         u8 *values);
   extern s32 i2c_smbus_read_i2c_block_data(struct i2c_client * client,
-                                           u8 command, u8 *values);
+                                           u8 command, u8 length, u8 *values);
 
 These ones were removed in Linux 2.6.10 because they had no users, but could
 be added back later if needed: