From: H Hartley Sweeten Date: Mon, 17 Sep 2012 20:13:48 +0000 (-0700) Subject: staging: comedi: jr3_pci.h: remove vect_bits_t and warning_bits_t X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=135f8a5e031db8ef4031fb3c815ef7ace876f9b1;p=deliverable%2Flinux.git staging: comedi: jr3_pci.h: remove vect_bits_t and warning_bits_t Leave the enum's but remove their names. The names are not used anywhere in the driver. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/jr3_pci.h b/drivers/staging/comedi/drivers/jr3_pci.h index a1469611d84e..9c42653d8f18 100644 --- a/drivers/staging/comedi/drivers/jr3_pci.h +++ b/drivers/staging/comedi/drivers/jr3_pci.h @@ -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 @@ -116,7 +116,7 @@ enum { mx_near_sat = 0x0008, my_near_sat = 0x0010, mz_near_sat = 0x0020 -} warning_bits_t; +}; /* ERROR_BITS */ /* XX_SAT */