diff options
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/serial-imx.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/platform_data/serial-imx.h b/include/linux/platform_data/serial-imx.h index 3cc2e3c40914..a938eba2f18e 100644 --- a/include/linux/platform_data/serial-imx.h +++ b/include/linux/platform_data/serial-imx.h | |||
| @@ -20,14 +20,9 @@ | |||
| 20 | #define ASMARM_ARCH_UART_H | 20 | #define ASMARM_ARCH_UART_H |
| 21 | 21 | ||
| 22 | #define IMXUART_HAVE_RTSCTS (1<<0) | 22 | #define IMXUART_HAVE_RTSCTS (1<<0) |
| 23 | #define IMXUART_IRDA (1<<1) | ||
| 24 | 23 | ||
| 25 | struct imxuart_platform_data { | 24 | struct imxuart_platform_data { |
| 26 | unsigned int flags; | 25 | unsigned int flags; |
| 27 | void (*irda_enable)(int enable); | ||
| 28 | unsigned int irda_inv_rx:1; | ||
| 29 | unsigned int irda_inv_tx:1; | ||
| 30 | unsigned short transceiver_delay; | ||
| 31 | }; | 26 | }; |
| 32 | 27 | ||
| 33 | #endif | 28 | #endif |
