Skip to content

Commit

Permalink
Staging: ipack/devices/ipoctal: remove unused enum uart_parity_e.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Gómez <magomez@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Miguel Gómez authored and Greg Kroah-Hartman committed Jun 9, 2012
1 parent c15768b commit 1be9bbd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions drivers/staging/ipack/devices/ipoctal.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@
#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
*
Expand Down

0 comments on commit 1be9bbd

Please sign in to comment.