From: Markus Schneider-Pargmann Date: Wed, 7 Aug 2024 14:12:24 +0000 (+0200) Subject: serial: 8250: omap: Remove unused wakeups_enabled X-Git-Tag: v6.12-rc1~41^2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=704c2c361e1f405dcf676217498a7c24b64190cb;p=thirdparty%2Flinux.git serial: 8250: omap: Remove unused wakeups_enabled This field seems to be unused for quite some time already. Remove it. Signed-off-by: Markus Schneider-Pargmann Reviewed-by: Kevin Hilman Tested-by: Kevin Hilman Link: https://lore.kernel.org/r/20240807141227.1093006-3-msp@baylibre.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/8250/8250_omap.c b/drivers/tty/serial/8250/8250_omap.c index 1af9aed99c651..02d4f3073696d 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;