Skip to content

Commit

Permalink
staging: comedi: jr3_pci.h: remove vect_bits_t and warning_bits_t
Browse files Browse the repository at this point in the history
Leave the enum's but remove their names. The names are not used
anywhere in the driver.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 17, 2012
1 parent 29aba76 commit 135f8a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/comedi/drivers/jr3_pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ enum {
mz = 0x0020,
changeV2 = 0x0040,
changeV1 = 0x0080
} vect_bits_t;
};

/* WARNING_BITS */
/* The warning_bits structure shows the bit pattern for the warning
Expand All @@ -116,7 +116,7 @@ enum {
mx_near_sat = 0x0008,
my_near_sat = 0x0010,
mz_near_sat = 0x0020
} warning_bits_t;
};

/* ERROR_BITS */
/* XX_SAT */
Expand Down

0 comments on commit 135f8a5

Please sign in to comment.