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 2aae170de613de1621fd9f87a4d60a11957b126c..c5b4ed46516fa6f25f0455060c9528210df65b3a 100644 (file)
 #define MAX_DEVICES            (NR_CHANNELS * IPOCTAL_MAX_BOARDS)
 #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
  *