diff options
author | Claudiu Beznea <claudiu.beznea@microchip.com> | 2022-06-16 16:00:24 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-06-27 14:39:51 +0200 |
commit | df5dac860111aa9cfab61521494d25825446cfcc (patch) | |
tree | 1e86ced95ca744ff92f0815c8dfcbdd91c051aa4 /drivers/tty/serial/st-asc.c | |
parent | tty: serial: atmel: remove enable/disable clock due to atmel_console_setup() (diff) | |
download | linux-df5dac860111aa9cfab61521494d25825446cfcc.tar.xz linux-df5dac860111aa9cfab61521494d25825446cfcc.zip |
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 <patrice.chotard@foss.st.com>
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20220616140024.2081238-5-claudiu.beznea@microchip.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/st-asc.c')
-rw-r--r-- | drivers/tty/serial/st-asc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/st-asc.c b/drivers/tty/serial/st-asc.c index 1b0da603ab54..cce42f4c9bc2 100644 --- a/drivers/tty/serial/st-asc.c +++ b/drivers/tty/serial/st-asc.c @@ -17,7 +17,6 @@ #include <linux/tty_flip.h> #include <linux/delay.h> #include <linux/spinlock.h> -#include <linux/pm_runtime.h> #include <linux/of.h> #include <linux/of_platform.h> #include <linux/serial_core.h> |