diff options
Diffstat (limited to 'drivers/message/i2o/device.c')
-rw-r--r-- | drivers/message/i2o/device.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/message/i2o/device.c b/drivers/message/i2o/device.c index 0ee342ea29bc..d8d6e89a91cc 100644 --- a/drivers/message/i2o/device.c +++ b/drivers/message/i2o/device.c | |||
@@ -443,7 +443,6 @@ static struct class_interface i2o_device_class_interface = { | |||
443 | * Note that the minimum sized reslist is 8 bytes and contains | 443 | * Note that the minimum sized reslist is 8 bytes and contains |
444 | * ResultCount, ErrorInfoSize, BlockStatus and BlockSize. | 444 | * ResultCount, ErrorInfoSize, BlockStatus and BlockSize. |
445 | */ | 445 | */ |
446 | |||
447 | static int i2o_parm_issue(struct i2o_device *i2o_dev, int cmd, void *oplist, | 446 | static int i2o_parm_issue(struct i2o_device *i2o_dev, int cmd, void *oplist, |
448 | int oplen, void *reslist, int reslen) | 447 | int oplen, void *reslist, int reslen) |
449 | { | 448 | { |