staging: comedi: pcmuio: remove unused boardinfo
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 18 Jun 2013 20:23:21 +0000 (13:23 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Jun 2013 22:51:02 +0000 (15:51 -0700)
These members of the boardinfo are not used by the driver. Remove
them.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/pcmuio.c

index 2e08e661d7efea66914354e45b2100770bef333f..85a64807a073b5afd253bff2587883517f02324c 100644 (file)
 struct pcmuio_board {
        const char *name;
        const int num_asics;
-       const int num_channels_per_port;
-       const int num_ports;
 };
 
 static const struct pcmuio_board pcmuio_boards[] = {
        {
                .name           = "pcmuio48",
                .num_asics      = 1,
-               .num_ports      = 6,
        }, {
                .name           = "pcmuio96",
                .num_asics      = 2,
-               .num_ports      = 12,
        },
 };
 
This page took 0.043707 seconds and 5 git commands to generate.