diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-08-13 17:47:42 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-08-28 20:51:20 +0200 |
commit | aef3ad103a686f21b746977d4ed21cc1af36f589 (patch) | |
tree | b3b2fd6d61a86f4578eeeb58196a279fb6d0c965 /include/linux/serial_core.h | |
parent | 29d60981db522ce301e06e18d9edf8b31b233b89 (diff) | |
download | linux-stable-aef3ad103a686f21b746977d4ed21cc1af36f589.tar.gz linux-stable-aef3ad103a686f21b746977d4ed21cc1af36f589.tar.bz2 linux-stable-aef3ad103a686f21b746977d4ed21cc1af36f589.zip |
serial: core: remove unneeded irq_wake flag
There is no need to duplicate a flag which IRQ core takes care of.
Replace custom flag by IRQ core API that retrieves its state.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/serial_core.h')
-rw-r--r-- | include/linux/serial_core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index 8dc24c855a70..5553e04e59c9 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -247,7 +247,6 @@ struct uart_port { struct device *dev; /* parent device */ unsigned char hub6; /* this should be in the 8250 driver */ unsigned char suspended; - unsigned char irq_wake; unsigned char unused[2]; const char *name; /* port name */ struct attribute_group *attr_group; /* port specific attributes */ |