ARM: OMAP: serial: remove last vestige of DTR_gpio support.
These fields were added by: commit9574f36fb8
OMAP/serial: Add support for driving a GPIO as DTR. but not removed by commit985bfd54c8
tty: serial: omap: remove some dead code which reverted most of that commit. Time to revert the rest. Signed-off-by: NeilBrown <neilb@suse.de> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
@@ -38,9 +38,6 @@ struct omap_uart_port_info {
|
||||
unsigned int dma_rx_timeout;
|
||||
unsigned int autosuspend_timeout;
|
||||
unsigned int dma_rx_poll_rate;
|
||||
int DTR_gpio;
|
||||
int DTR_inverted;
|
||||
int DTR_present;
|
||||
|
||||
int (*get_context_loss_count)(struct device *);
|
||||
void (*enable_wakeup)(struct device *, bool);
|
||||
|
Reference in New Issue
Block a user