drivers/block/sx8: kill unused variable
authorJeff Garzik <jgarzik@pobox.com>
Sat, 22 Oct 2005 05:33:18 +0000 (01:33 -0400)
committerJeff Garzik <jgarzik@pobox.com>
Sat, 22 Oct 2005 05:33:18 +0000 (01:33 -0400)
drivers/block/sx8.c

index b5f612679a31297e2750040420ec8d6f7f8a99b9..1ded3b433459238df7fe9453c493f0a876905905 100644 (file)
@@ -242,7 +242,6 @@ static const char *state_name[] = {
 
 struct carm_port {
        unsigned int                    port_no;
-       unsigned int                    n_queued;
        struct gendisk                  *disk;
        struct carm_host                *host;
 
This page took 0.029412 seconds and 5 git commands to generate.