Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1be9bbdd authored by Miguel Gómez's avatar Miguel Gómez Committed by Greg Kroah-Hartman
Browse files

Staging: ipack/devices/ipoctal: remove unused enum uart_parity_e.

parent c15768bb
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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
 *