]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
serial: 8250: omap: Remove unused wakeups_enabled
authorMarkus Schneider-Pargmann <msp@baylibre.com>
Wed, 7 Aug 2024 14:12:24 +0000 (16:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Aug 2024 06:22:49 +0000 (08:22 +0200)
This field seems to be unused for quite some time already. Remove it.

Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com>
Reviewed-by: Kevin Hilman <khilman@baylibre.com>
Tested-by: Kevin Hilman <khilman@baylibre.com>
Link: https://lore.kernel.org/r/20240807141227.1093006-3-msp@baylibre.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_omap.c

index 1af9aed99c6512096979498507680a8ac83b7544..02d4f3073696d4a5b3d1b11777d13ca52f476d40 100644 (file)
@@ -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;