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: sh-sci: Sort include files alphabetically

Sort the include lines alphabetically, no impact on code behavior.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Link: https://patch.msgid.link/20251023104313.210989-2-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Lad Prabhakar and committed by
Greg Kroah-Hartman
8e2c0a9f 42405cb7

+5 -5
+5 -5
drivers/tty/serial/sh-sci.c
··· 19 19 20 20 #include <linux/clk.h> 21 21 #include <linux/console.h> 22 - #include <linux/ctype.h> 23 22 #include <linux/cpufreq.h> 23 + #include <linux/ctype.h> 24 24 #include <linux/delay.h> 25 - #include <linux/dmaengine.h> 26 25 #include <linux/dma-mapping.h> 26 + #include <linux/dmaengine.h> 27 27 #include <linux/err.h> 28 28 #include <linux/errno.h> 29 29 #include <linux/init.h> ··· 32 32 #include <linux/ktime.h> 33 33 #include <linux/major.h> 34 34 #include <linux/minmax.h> 35 - #include <linux/module.h> 36 35 #include <linux/mm.h> 36 + #include <linux/module.h> 37 37 #include <linux/of.h> 38 38 #include <linux/platform_device.h> 39 39 #include <linux/pm_runtime.h> ··· 50 50 #include <linux/tty_flip.h> 51 51 52 52 #ifdef CONFIG_SUPERH 53 - #include <asm/sh_bios.h> 54 53 #include <asm/platform_early.h> 54 + #include <asm/sh_bios.h> 55 55 #endif 56 56 57 57 #include "rsci.h" 58 58 #include "serial_mctrl_gpio.h" 59 - #include "sh-sci.h" 60 59 #include "sh-sci-common.h" 60 + #include "sh-sci.h" 61 61 62 62 #define SCIx_IRQ_IS_MUXED(port) \ 63 63 ((port)->irqs[SCIx_ERI_IRQ] == \