Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Claudiu Beznea and committed by
Greg Kroah-Hartman
df5dac86 61dbc75c

-1
-1
drivers/tty/serial/st-asc.c
··· 17 17 #include <linux/tty_flip.h> 18 18 #include <linux/delay.h> 19 19 #include <linux/spinlock.h> 20 - #include <linux/pm_runtime.h> 21 20 #include <linux/of.h> 22 21 #include <linux/of_platform.h> 23 22 #include <linux/serial_core.h>