diff --git a/block/bsg.c b/block/bsg.c
index 37663b664666fbeeeeac6ffd048231b3a8cac918..ee1335c68de7fe2f09878553535b3c6e9f5b3223 100644
--- a/block/bsg.c
+++ b/block/bsg.c
@@ -932,15 +932,8 @@ static long bsg_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
 
 		return ret;
 	}
-	/*
-	 * block device ioctls
-	 */
 	default:
-#if 0
-		return ioctl_by_bdev(bd->bdev, cmd, arg);
-#else
 		return -ENOTTY;
-#endif
 	}
 }