]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/block/ub.c
ub: remove sg_stat
[linux-2.6-omap-h63xx.git] / drivers / block / ub.c
index 3a281ef11ffa9a96543358dc91c817805eedc981..f60e41833f6996e43fc6f2e68a3e25b8c189ca4c 100644 (file)
@@ -349,8 +349,6 @@ struct ub_dev {
 
        struct work_struct reset_work;
        wait_queue_head_t reset_wait;
-
-       int sg_stat[6];
 };
 
 /*
@@ -685,7 +683,6 @@ static int ub_request_fn_1(struct ub_lun *lun, struct request *rq)
                goto drop;
        }
        urq->nsg = n_elem;
-       sc->sg_stat[n_elem < 5 ? n_elem : 5]++;
 
        if (blk_pc_request(rq)) {
                ub_cmd_build_packet(sc, lun, cmd, urq);