diff options
| -rw-r--r-- | arch/arm/mach-omap2/serial.c | 3 | ||||
| -rw-r--r-- | include/linux/platform_data/serial-omap.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/serial.c b/arch/arm/mach-omap2/serial.c index a388f8c1bcb3..57dee0c7cd2b 100644 --- a/arch/arm/mach-omap2/serial.c +++ b/arch/arm/mach-omap2/serial.c | |||
| @@ -263,9 +263,6 @@ void __init omap_serial_init_port(struct omap_board_data *bdata, | |||
| 263 | omap_up.dma_rx_timeout = info->dma_rx_timeout; | 263 | omap_up.dma_rx_timeout = info->dma_rx_timeout; |
| 264 | omap_up.dma_rx_poll_rate = info->dma_rx_poll_rate; | 264 | omap_up.dma_rx_poll_rate = info->dma_rx_poll_rate; |
| 265 | omap_up.autosuspend_timeout = info->autosuspend_timeout; | 265 | omap_up.autosuspend_timeout = info->autosuspend_timeout; |
| 266 | omap_up.DTR_gpio = info->DTR_gpio; | ||
| 267 | omap_up.DTR_inverted = info->DTR_inverted; | ||
| 268 | omap_up.DTR_present = info->DTR_present; | ||
| 269 | 266 | ||
| 270 | pdata = &omap_up; | 267 | pdata = &omap_up; |
| 271 | pdata_size = sizeof(struct omap_uart_port_info); | 268 | pdata_size = sizeof(struct omap_uart_port_info); |
diff --git a/include/linux/platform_data/serial-omap.h b/include/linux/platform_data/serial-omap.h index c860c1b314c0..d09275f3cde3 100644 --- a/include/linux/platform_data/serial-omap.h +++ b/include/linux/platform_data/serial-omap.h | |||
| @@ -38,9 +38,6 @@ struct omap_uart_port_info { | |||
| 38 | unsigned int dma_rx_timeout; | 38 | unsigned int dma_rx_timeout; |
| 39 | unsigned int autosuspend_timeout; | 39 | unsigned int autosuspend_timeout; |
| 40 | unsigned int dma_rx_poll_rate; | 40 | unsigned int dma_rx_poll_rate; |
| 41 | int DTR_gpio; | ||
| 42 | int DTR_inverted; | ||
| 43 | int DTR_present; | ||
| 44 | 41 | ||
| 45 | int (*get_context_loss_count)(struct device *); | 42 | int (*get_context_loss_count)(struct device *); |
| 46 | void (*enable_wakeup)(struct device *, bool); | 43 | void (*enable_wakeup)(struct device *, bool); |
