mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
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 <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>
This commit is contained in:
parent
a4db50efe0
commit
704c2c361e
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user