From 8d1dc9dce97ce2fdee3876676c09a9f7404b7e67 Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Wed, 7 Feb 2018 19:47:57 +0000 Subject: [PATCH] parport: Sort headers alphabetically While here, remove init.h inclusion since we are not using it directly and module.h will do this for us. No functional changes intended. Tested-by: Nikola Ciprich Signed-off-by: Andy Shevchenko Signed-off-by: Sudip Mukherjee Signed-off-by: Greg Kroah-Hartman --- drivers/parport/parport_serial.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/parport/parport_serial.c b/drivers/parport/parport_serial.c index 08e218e671019..d141e31a52db4 100644 --- a/drivers/parport/parport_serial.c +++ b/drivers/parport/parport_serial.c @@ -17,14 +17,14 @@ * */ -#include -#include -#include -#include -#include #include +#include #include #include +#include +#include +#include + #include enum parport_pc_pci_cards { -- 2.39.5