diff options
| author | Martin Dalecki <dalecki@evision-ventures.com> | 2002-02-17 17:08:27 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-02-17 17:08:27 -0800 |
| commit | 720838264629cc315499ca9788e7a2ea95d5b5cf (patch) | |
| tree | 0c9b053b93b2bf9af89124d3dc9571eccd1b9953 /drivers/message | |
| parent | 4d32c6ba21d27f2db9e09ec196d12a2456c32048 (diff) | |
[PATCH] PATCH 2.5.5-pre1 dead arrays.
Just the usual removal of the dead global arrays and associated cruft.
(Thistime not affecting lvm, which BTW. doesn't compile currently anyway
;-).
Diffstat (limited to 'drivers/message')
| -rw-r--r-- | drivers/message/i2o/i2o_block.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/message/i2o/i2o_block.c b/drivers/message/i2o/i2o_block.c index ddf546d5d299..847b10d8ef4d 100644 --- a/drivers/message/i2o/i2o_block.c +++ b/drivers/message/i2o/i2o_block.c @@ -1104,8 +1104,6 @@ static int i2ob_ioctl(struct inode *inode, struct file *file, case BLKFLSBUF: case BLKROSET: case BLKROGET: - case BLKRASET: - case BLKRAGET: case BLKPG: return blk_ioctl(inode->i_rdev, cmd, arg); |
