Staging: hv: comment out blkdev variable in blkvsc_ioctl
authorBill Pemberton <wfp5p@virginia.edu>
Tue, 28 Jul 2009 17:46:23 +0000 (13:46 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:01:52 +0000 (12:01 -0700)
commitb578852955765bfbe12bd31ac1e7888a3deaff40
tree81ab61e5cad7656fce4d6a0f489d756afe880030
parent2295ba2e7c4141e864f66830b07e635245233a3d
Staging: hv: comment out blkdev variable in blkvsc_ioctl

This variable generated an unused variable warning due to other code
in the fuction being commented out.  This comments out the variable
defination so that the code compiles without warnings.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/blkvsc_drv.c