From 51eeee8e4e41b110b1afa374a9e7a532f4fb3e24 Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Thu, 30 Aug 2018 19:52:53 +0300 Subject: mfd: Sort headers alphabetically for Intel PMIC drivers Sort headers alphabetically for better maintenance. No functional change. Signed-off-by: Andy Shevchenko Reviewed-by: Mika Westerberg Signed-off-by: Lee Jones --- drivers/mfd/intel_soc_pmic_bxtwc.c | 5 +++-- drivers/mfd/intel_soc_pmic_core.c | 13 +++++++------ drivers/mfd/intel_soc_pmic_crc.c | 3 ++- 3 files changed, 12 insertions(+), 9 deletions(-) (limited to 'drivers/mfd') diff --git a/drivers/mfd/intel_soc_pmic_bxtwc.c b/drivers/mfd/intel_soc_pmic_bxtwc.c index 9ca1f8c015de..c878724497a9 100644 --- a/drivers/mfd/intel_soc_pmic_bxtwc.c +++ b/drivers/mfd/intel_soc_pmic_bxtwc.c @@ -13,15 +13,16 @@ * more details. */ -#include #include -#include #include +#include #include #include #include #include #include +#include + #include /* PMIC device registers */ diff --git a/drivers/mfd/intel_soc_pmic_core.c b/drivers/mfd/intel_soc_pmic_core.c index 274306d98ac1..170d5ed16a3b 100644 --- a/drivers/mfd/intel_soc_pmic_core.c +++ b/drivers/mfd/intel_soc_pmic_core.c @@ -16,16 +16,17 @@ * Author: Zhu, Lejun */ -#include -#include +#include +#include +#include #include #include -#include -#include -#include +#include +#include #include -#include #include +#include + #include "intel_soc_pmic_core.h" /* Crystal Cove PMIC shares same ACPI ID between different platforms */ diff --git a/drivers/mfd/intel_soc_pmic_crc.c b/drivers/mfd/intel_soc_pmic_crc.c index d33a0cff8cbd..5ac6f3710294 100644 --- a/drivers/mfd/intel_soc_pmic_crc.c +++ b/drivers/mfd/intel_soc_pmic_crc.c @@ -16,10 +16,11 @@ * Author: Zhu, Lejun */ -#include #include #include +#include #include + #include "intel_soc_pmic_core.h" #define CRYSTAL_COVE_MAX_REGISTER 0xC6 -- cgit v1.2.1