Messages in this thread Patch in this message |  | | From | Markus Schneider-Pargmann <> | | Subject | [PATCH v2 2/5] serial: 8250: omap: Remove unused wakeups_enabled | | Date | Wed, 7 Aug 2024 16:12:24 +0200 |
| |
This field seems to be unused for quite some time already. Remove it.
Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com> --- drivers/tty/serial/8250/8250_omap.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/drivers/tty/serial/8250/8250_omap.c b/drivers/tty/serial/8250/8250_omap.c index 1af9aed99c65..02d4f3073696 100644 --- a/drivers/tty/serial/8250/8250_omap.c +++ b/drivers/tty/serial/8250/8250_omap.c @@ -144,7 +144,6 @@ struct omap8250_priv { atomic_t active; bool is_suspending; int wakeirq; - int wakeups_enabled; u32 latency; u32 calc_latency; struct pm_qos_request pm_qos_request; -- 2.45.2
|  |