From: Claudiu Beznea Date: Thu, 16 Jun 2022 14:00:24 +0000 (+0300) Subject: serial: st-asc: remove include of pm_runtime.h X-Git-Tag: baikal/mips/sdk6.1~5078^2~69 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=973acf653578cf1daa36c1cabf7537104b69b2e3;p=kernel.git serial: st-asc: remove include of pm_runtime.h st-asc driver doesn't use helpers from pm_runtime.h thus remove its include. Reviewed-by: Patrice Chotard Signed-off-by: Claudiu Beznea Link: https://lore.kernel.org/r/20220616140024.2081238-5-claudiu.beznea@microchip.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/st-asc.c b/drivers/tty/serial/st-asc.c index 1b0da603ab549..cce42f4c9bc22 100644 --- a/drivers/tty/serial/st-asc.c +++ b/drivers/tty/serial/st-asc.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include