Staging: ipack/devices/ipoctal: remove unused enum uart_parity_e.
authorMiguel Gómez <magomez@igalia.com>
Thu, 7 Jun 2012 08:24:57 +0000 (10:24 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 9 Jun 2012 15:58:04 +0000 (08:58 -0700)
Signed-off-by: Miguel Gómez <magomez@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ipack/devices/ipoctal.h

index 2aae170..c5b4ed4 100644 (file)
 #define RELEVANT_IFLAG(iflag) ((iflag) & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK))
 
 /**
- * enum uart_parity_e - UART supported parity.
- */
-enum uart_parity_e {
-       UART_NONE  = 0,
-       UART_ODD   = 1,
-       UART_EVEN  = 2,
-};
-
-/**
  * struct ipoctal_stats -- Stats since last reset
  *
  * @tx: Number of transmitted bytes