From: Andrew Morton drivers/block/cciss.c: In function `cciss_ioctl': drivers/block/cciss.c:789: warning: unused variable `i' Cc: Mike Miller Signed-off-by: Andrew Morton --- drivers/block/cciss.c | 1 - 1 files changed, 1 deletion(-) diff -puN drivers/block/cciss.c~cciss-26-remove-partition-info-from-cciss_getluninfo-fix drivers/block/cciss.c --- 25/drivers/block/cciss.c~cciss-26-remove-partition-info-from-cciss_getluninfo-fix 2005-06-25 02:00:26.000000000 -0700 +++ 25-akpm/drivers/block/cciss.c 2005-06-25 02:00:26.000000000 -0700 @@ -786,7 +786,6 @@ static int cciss_ioctl(struct inode *ino case CCISS_GETLUNINFO: { LogvolInfo_struct luninfo; - int i; luninfo.LunID = drv->LunID; luninfo.num_opens = drv->usage_count; _