mirror of
https://github.com/torvalds/linux.git
synced 2026-07-07 21:56:46 +02:00
Staging: ipack/devices/ipoctal: remove unused enum uart_parity_e.
Signed-off-by: Miguel Gómez <magomez@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c15768bb0c
commit
1be9bbddde
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user