From: Viresh Kumar Date: Mon, 11 Jan 2016 05:59:17 +0000 (+0530) Subject: greybus: arche: Remove unwanted headers and rearrange others X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3b858df01fe936bbd329ecf13c3a3d81486f1f16;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git greybus: arche: Remove unwanted headers and rearrange others This removes few unwanted headers related to irq, interrupt, regulator, spinlock, etc. Also arrange the rest in alphabetical order to make it more readable. Signed-off-by: Viresh Kumar Reviewed-by: Vaibhav Hiremath Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/arche-apb-ctrl.c b/drivers/staging/greybus/arche-apb-ctrl.c index 04c44675926e..afdaeca999ca 100644 --- a/drivers/staging/greybus/arche-apb-ctrl.c +++ b/drivers/staging/greybus/arche-apb-ctrl.c @@ -7,22 +7,18 @@ * Released under the GPLv2 only. */ -#include -#include -#include -#include -#include -#include +#include #include -#include #include -#include -#include +#include #include #include -#include -#include +#include #include +#include +#include +#include +#include #include "arche_platform.h" enum apb_state { diff --git a/drivers/staging/greybus/arche-platform.c b/drivers/staging/greybus/arche-platform.c index 52c79ae792f4..94e6f5dc6315 100644 --- a/drivers/staging/greybus/arche-platform.c +++ b/drivers/staging/greybus/arche-platform.c @@ -7,22 +7,15 @@ * Released under the GPLv2 only. */ -#include -#include -#include -#include -#include -#include -#include -#include -#include #include -#include +#include +#include +#include #include -#include -#include -#include +#include #include +#include +#include #include "arche_platform.h" struct arche_platform_drvdata {