]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: comedi: pcl726: remove all '= 0' boardinfo
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Wed, 25 Sep 2013 22:36:36 +0000 (15:36 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Sep 2013 16:32:18 +0000 (09:32 -0700)
Remove all the '= 0' entries in the boardinfo. They will default to 0.

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/pcl726.c

index 492d28929f54111dce53b3dc021110efd346e9df..a9ef1df1042683531e3d469bd1c75914d9a5c535 100644 (file)
@@ -123,7 +123,6 @@ static const struct pcl726_board boardtypes[] = {
                .name           = "pcl726",
                .n_aochan       = 6,
                .num_of_ranges  = 6,
-               .IRQbits        = 0x0000,
                .io_range       = PCL726_SIZE,
                .have_dio       = 1,
                .di_hi          = PCL726_DI_HI,
@@ -135,7 +134,6 @@ static const struct pcl726_board boardtypes[] = {
                .name           = "pcl727",
                .n_aochan       = 12,
                .num_of_ranges  = 4,
-               .IRQbits        = 0x0000,
                .io_range       = PCL727_SIZE,
                .have_dio       = 1,
                .di_hi          = PCL727_DI_HI,
@@ -147,13 +145,7 @@ static const struct pcl726_board boardtypes[] = {
                .name           = "pcl728",
                .n_aochan       = 2,
                .num_of_ranges  = 6,
-               .IRQbits        = 0x0000,
                .io_range       = PCL728_SIZE,
-               .have_dio       = 0,
-               .di_hi          = 0,
-               .di_lo          = 0,
-               .do_hi          = 0,
-               .do_lo          = 0,
                .range_type_list = &rangelist_728[0],
        }, {
                .name           = "acl6126",
@@ -171,13 +163,7 @@ static const struct pcl726_board boardtypes[] = {
                .name           = "acl6128",
                .n_aochan       = 2,
                .num_of_ranges  = 6,
-               .IRQbits        = 0x0000,
                .io_range       = PCL728_SIZE,
-               .have_dio       = 0,
-               .di_hi          = 0,
-               .di_lo          = 0,
-               .do_hi          = 0,
-               .do_lo          = 0,
                .range_type_list = &rangelist_728[0],
        },
 };